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

For EXPLANATION: Every method of OUTPUTSTREAM RETURNS VOID and throws an IOExeption in case of errors.



Discussion

No Comment Found

Related InterviewSolutions