InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is not a member class of java.io package?(a) String(b) StringReader(c) Writer(d) FileI have been asked this question by my college director while I was bunking the class.My question comes from Java.io Introduction topic in section Exploring java.lang & java.io of Java |
|
Answer» CORRECT CHOICE is (a) String Explanation: NONE. |
|