When you use Serializable interface, your class is serialized automatically by default. But you can override writeObject() and readObject()two methods to control more:Serializable interface is a marker interface, it means this interface doesn&
Category:Java Interview Questions
No comments:
Post a Comment