Which of the following are true?
Options
- The Serializable interface is used to identify objects that may be written to an output stream.
- The Externalizable interface is implemented by classes that control the way in which their objects are serialized.
- The Serializable interface extends the Externalizable interface.
- a and b
CORRECT ANSWER : a and b
Write your comments