InterviewSolution
Saved Bookmarks
| 1. |
How Many Methods Are There In The Serializable Interface? |
|
Answer» There is no method in the Serializable INTERFACE. The Serializable interface ACTS as a MARKER, telling the object SERIALIZATION tools that your class is serializable. There is no method in the Serializable interface. The Serializable interface acts as a marker, telling the object serialization tools that your class is serializable. |
|