1.

Which of these data types is returned by every method of OutputStream?(a) int(b) float(c) byte(d) none of the mentionedI have been asked this question by my college director while I was bunking the class.The origin of the question is Byte Stream in portion Console I/O Operations and Stream Classes of C#

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.



Discussion

No Comment Found

Related InterviewSolutions