Thursday, October 11, 2007

Java Faqs - What does the Serializable interface do ?

Answer : Serializable is a tagging interface; it prescribes no methods. It serves to assign the Serializable data type to the tagged class and to identify the class as one which the developer has designed for persistence. ObjectOutputStream serializes only those objects which implement this interface.
Posted By
Shantan Nethikar
9949040106

No comments: