ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Transient ?

when an instance variable is declared as transient, then its value need not persist when an object is stored.
Explain the usage of the keyword transient?
A. This keyword indicates that the value of this member variable does not have to be serialized with the object. When the class will be de-serialized, this variable will be initialized with a default value of its data type (i.e. zero for integers).
Related Posts Plugin for WordPress, Blogger...
Flag Counter