InterviewSolution
Saved Bookmarks
| 1. |
Which of these interface extends DataOutput interface?(a) Serializable(b) Externalization(c) ObjectOutput(d) ObjectInput |
|
Answer» Right choice is (c) ObjectOutput The explanation is: ObjectOutput interface extends the DataOutput interface and supports object serialization. |
|