Computer Science for IGCSE & O level - Programming (Section 11 - No. 49)
In the Java example provided, what object is used to write to a file?
FileReader
File
FileWriter
BufferedReader
Explanation
The example uses 'FileWriter' to write to a file.
Comments (0)
