Thursday, 17 March 2016

If a class is serializable but its superclass in not, what will be the state of the instance variables inherited from super class after deserialization ?


The values of the instance variables inherited from superclass will be reset to the values they were given during the original construction of the object as the non-serializable super-class constructor will run.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.