InterviewSolution
Saved Bookmarks
| 1. |
Which of these data type is returned by every method of OutputStream?(a) int(b) float(c) byte(d) none of the mentionedThis question was addressed to me during an interview for a job.The origin of the question is Java.io Byte Streams in division Exploring java.lang & java.io of Java |
|
Answer» Correct option is (d) none of the mentioned |
|