gandharva
0
Q:

why static variables cannot be serialized in java

Static Variable. Static variables belong to a class and not to any individual instance. The concept of serialization is concerned with the object's current state. Only data associated with a specific instance of a class is serialized, therefore static member fields are ignored during serialization.Dec 29, 2013
0

New to Communities?

Join the community