InterviewSolution
Saved Bookmarks
| 1. |
Which of these packages contain classes and interfaces used for input & output operations of a program?(a) java.util(b) java.lang(c) java.io(d) all of the mentionedThis question was posed to me during an interview.I need to ask this question from Java.io Introduction topic in portion Exploring java.lang & java.io of Java |
|
Answer» The correct option is (C) java.io |
|