“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
If you are serializing an object, and while doing it if you don’t want to serialize some variables then you can declare those variables as transient. In short, Transient variables are variable that cannot be serialized.
Transient variables are variable that cannot be serialized.
Transient variables are any variable which not included in any serialized object.
If you are serializing an object, and while doing it if you don’t want to serialize some variables then you can declare those variables as transient. In short, Transient variables are variable that cannot be serialized.
Leave an Answer/Comment