1.

Which of these interface extends DataOutput interface?(a) Serializable(b) Externalization(c) ObjectOutput(d) ObjectInputI had been asked this question in an interview.My question comes from Serialization in division Serialization & Networking of Java

Answer»

Right choice is (C) OBJECTOUTPUT

The explanation is: ObjectOutput INTERFACE extends the DataOutput interface and supports OBJECT serialization.



Discussion

No Comment Found

Related InterviewSolutions