ContactUs :

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

What is Transient keyword ?

Transient keyword is used in serialization process to prevent any variable from being serialized.

During Serialization all properties of object gets saved except static and transient. So if we would like to exclude any property of an object from being serialized we mark it transient and then JVM doesn't serialize it.

Related Posts Plugin for WordPress, Blogger...
Flag Counter