InterviewSolution
Saved Bookmarks
| 1. |
What Is The Process Of Making A Class Serializable? |
|
Answer» To create a class serializable there is mechanism of SERIALIZING an object on the client code. There are four things that are required to make a class serializable and these are:
To create a class serializable there is mechanism of serializing an object on the client code. There are four things that are required to make a class serializable and these are: |
|