InterviewSolution
Saved Bookmarks
| 1. |
Which of these class contains the methods used to write in a file?(a) FileStream(b) FileInputStream(c) BUfferedOutputStream(d) FileBufferStreamThe question was posed to me in an interview for job.The origin of the question is Reading & Writing Files in division I/O & Applets of Java |
|
Answer» CORRECT ANSWER is (B) FileInputStream The EXPLANATION is: NONE. |
|