1.

What Is The Serializable Class In Java Beans?

Answer»

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.

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.



Discussion

No Comment Found