How many methods in the Serializable interface? Which methods of Serializable interface should I implement? - JAVA Interview Questions

How many methods in the Serializable interface? Which methods of Serializable interface should I implement?


There is no method in the Serializable interface. It’s an empty interface which does not contain any methods. The Serializable interface acts as a marker, telling the object serialization tools that the class is serializable. So we do not implement any methods.



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