What one should take care of while serializing the object? - JAVA Interview Questions

What one should take care of while serializing the object?


One should make sure that all the included objects are also serializable. If any of the objects is not serializable then it throws a NotSerializableException.


Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

0 comments:

Related JAVA Questions Posts