Which of the following is/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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement