InterviewSolution
Saved Bookmarks
| 1. |
How Many Methods Are There In The Externalizable Interface? |
|
Answer» There are two methods in the Externalizable INTERFACE. You have to IMPLEMENT these two methods in ORDER to make your class externalizable. These two methods are
There are two methods in the Externalizable interface. You have to implement these two methods in order to make your class externalizable. These two methods are |
|