
what is serializable and when it is used?

Hello Friend,
It is an interface which is used to serialize the class.
For more information, visit the following links:
http://www.roseindia.net/java/beginners/serializable-singleton.shtml
http://www.roseindia.net/java/example/java/io/SerializingObject.shtml
Thanks