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() |
|
Answer» Right answer is (b) flush() Easy explanation: None. |
|