Multiple Choice
If you write a simple Student class, what must you do in order to write Student objects to an ObjectOutputStream?
A) Code a write method.
B) Make all class variables primitive.
C) Implement Serializable.
D) Implement Streamable.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Use a _ object to access a
Q22: Which statement is true regarding the following
Q23: A byte is composed of _ bits
Q24: Which is not a method available in
Q25: Caesar cipher uses a shift of each
Q27: If you store information in binary form,
Q28: In Java, the byte type is a(n)
Q29: If we read a byte and the
Q30: In Java, you use a(n) _ object
Q31: Assume we have a RandomAccessFile object, file,