InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is a serialization descriptor for any class?(a) StreamClass(b) ObjectStreamClass(c) ObjectStream(d) StreamObjectClass |
|
Answer» Right choice is (b) ObjectStreamClass To explain: The ObjectStreamClass object can be created to handle serializations. The class is provided specially for the serializations. It is descriptor like we have a file descriptor to handle/access files. |
|