Q. Can we perform file handling in Java by Java I/O API?
β
Correct Answer: (A)
TRUE
Explanation: Java uses the concept of a stream to make I/O operation fast. The java.io package contains all the classes required for input and output operations. We can perform file handling in Java by Java I/O API.