InterviewSolution
Saved Bookmarks
| 1. |
StringReader handles _____________________(a) Any character stream(b) A character stream whose source is an array(c) A character stream whose source is character array(d) A character stream whose source is String onlyI had been asked this question in an interview.My doubt is from IO Class topic in section Inbuilt Classes of Object Oriented Programming |
|
Answer» Right ANSWER is (d) A character stream whose source is STRING only |
|