+ 2
What is a transient variable?
2 Réponses
+ 2
Transient variables are not serialized during serialization and initialized with default value during deserialization.
+ 1
if some of the properties of a class are not required to be sarialized then the variables are marked as transient.