top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Java: How many methods are there in the Serializable interface?

+4 votes
215 views
Java: How many methods are there in the Serializable interface?
posted Nov 20, 2013 by Abhay Kulkarni

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There is no method in the Serializable interface. The Serializable interface acts as a marker, telling the object serialization tools that your class is serializable.

answer Nov 21, 2013 by Salil Agrawal
...