Thursday, February 12, 2009

Which methods of Serializable interface should I implement

Question :Which methods of Serializable interface should I implement?
Answer :The serializable interface is an empty interface, it does not contain any methods. So we do not implement any methods.

No comments: