InterviewSolution
Saved Bookmarks
| 1. |
Which class among the following makes incorrect assumptions?(a) LineNumberInputStream(b) LineNumberReader(c) LineReader(d) LineBufferI got this question during an interview for a job.Question is taken from IO Class in portion Inbuilt Classes of Object Oriented Programming |
|
Answer» Right OPTION is (a) LineNumberInputStream |
|