InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?(a) clear()(b) flush()(c) fflush()(d) close()The question was posed to me in homework.Origin of the question is Serialization in section Serialization & Networking of Java |
|
Answer» RIGHT ANSWER is (b) FLUSH() EASY explanation: None. |
|