Basic and Advance Java Question:
What is a transient variable?
Answer:
A transient variable is a variable that may not be serialized.
Previous Question | Next Question |
What class allows you to read objects directly from a stream? briefly explain.? | Which containers use a border layout as their default layout? |