Hi all,
Can a method be tranisent?
Thank you.
Printable View
Hi all,
Can a method be tranisent?
Thank you.
What does the compiler say?
well it says modifier transient not allowed here!!!
no i guess since it relates to the instance variables which signifies the state of an object and is required to be saved during serialization in order to retain the state???
Thanks!!