InterviewSolution
Saved Bookmarks
| 1. |
What Interface Must An Object Implement Before It Can Be Written To A Stream As An Object? |
|
Answer» An OBJECT must IMPLEMENT the SERIALIZABLE or Externalizable INTERFACE before it can be written to a STREAM as an object. An object must implement the Serializable or Externalizable interface before it can be written to a stream as an object. |
|