Multiple Choice
In order for an object to be serialized, its class must implement the __________ interface.
A) Serial
B) Serializable
C) ObjectOutputStream
D) Writeable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: A file that contains raw binary data
Q30: If a random access file contains a
Q31: In versions of Java prior to Java
Q32: When you write a method that throws
Q33: What will be the result of the
Q35: The numeric classes' parse methods all throw
Q36: The throws clause causes an exception to
Q37: When an object is serialized, it is
Q38: The throw statement informs the compiler that
Q39: Given the following constructor code, which of