5 + ### File Handling in Java 6 + 7 + - In Java, file handling is done with the help of the File class of the java.io package. 8 + 9 + - Java uses streams to accomplish I/O operations. A stream is a sequence of data. Java supports two types of streams: 10 + 11...