WHAT IS TRANSIENT VARIABLES ?

If you mark an instance variable as transient, you're telling the JVM to skip
(ignore) this variable when you attempt to serialize the object containing it.

1 comment: