Tuesday, November 29, 2011

What is the serializable class in java beans?

Any class is serializable as long as that class or a parent class implements the java.io.Serializable interface. Examples of serializable classes include Component, String, Date, Vector, and Hashtable.
Category:Java Beans Interview Questions

No comments:

Post a Comment