Computer Science for IGCSE & O level - Programming (Section 12 - No. 17)
In Java, what type of object is usually created when working with files for writing?
Scanner
FileReader
FileWriter
File
Explanation
FileWriter is commonly used to write characters into a file.
Comments (0)
