Java Beans Question: Download Java Beans PDF

What is the serializable class in java beans?

Tweet Share WhatsApp

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.

Download Java Beans PDF Read All 57 Java Beans Questions
Previous QuestionNext Question
How to control serialization in java beans?How to create bound property in bean application?