InterviewSolution
Saved Bookmarks
| 1. |
Choose the stream class method which is used to close the connection?(a) close()(b) static close()(c) void close()(d) none of the mentioned |
|
Answer» Correct option is (c) void close() The best I can explain: void close() closes the stream. |
|