InterviewSolution
Saved Bookmarks
| 1. |
Which of these data types is returned by every method of OutputStream?(a) int(b) float(c) byte(d) none of the mentioned |
|
Answer» Correct option is (d) none of the mentioned To explain I would say: Every method of OutputStream returns void and throws an IOExeption in case of errors. |
|