InterviewSolution
Saved Bookmarks
| 1. |
Which of these is specified by a File object?(a) a file in disk(b) directory path(c) directory in disk(d) none of the mentionedThis question was posed to me in quiz.My question is based upon Java.io Introduction in portion Exploring java.lang & java.io of Java |
|
Answer» RIGHT ANSWER is (c) directory in disk The explanation: NONE. |
|