InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is used to read and write bytes in a file?(a) FileReader(b) FileWriter(c) FileInputStream(d) InputStreamReader |
|
Answer» Correct choice is (c) FileInputStream Explanation: None. |
|