InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of InputStream is used to read integer representation of next available byte input?(a) read()(b) scanf()(c) get()(d) getInteger()I had been asked this question by my school teacher while I was bunking the class.This interesting question is from Java.io Byte Streams in section Exploring java.lang & java.io of Java |
|
Answer» CORRECT CHOICE is (a) READ() To EXPLAIN: NONE. |
|