0 votes
in JAVA by

Which class is used to perform file input and output operations in Java?

a) File

b) FileInputStream

c) FileOutputStream

d) FileWriter

1 Answer

0 votes
by

Solution: a) File

Explanation: The File class is used to perform file input and output operations in Java.

...