1.

Which Variables Are Not Serialized During Java Serialization?

Answer»

STATIC and TRANSIENT VARIABLES cannot be SERIALIZED.

Static and transient variables cannot be serialized.



Discussion

No Comment Found