Solved

If You Write a Simple Student Class, What Must You

Question 26

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions