1.

For a class to be serialized successfully:

A. The class must implement the java.io.Serializable interface.
B. Every field in the class must be volatile.
C. All of the mentioned
D. None of the mentioned
Answer» B. Every field in the class must be volatile.


Discussion

No Comment Found