Can I read Java I/O: Streams and File Handling on EtoBox?
Java I/O: Streams and File Handling by Praneeth Mutnuru is a document available to read on EtoBox.
What is Java I/O: Streams and File Handling about?
1) Streams in Java can be used for input and output of data and are divided into byte streams and character streams. Byte streams handle bytes of data while character streams handle Unicode characters. 2) Common stream classes for files include FileInputStream, FileOutputStream, FileReader, and FileWriter. FileInputStream and FileOutputStream handle bytes while FileReader and FileWriter handle characters. 3) Java also supports standard input, output, and error streams accessed through System.in, System.out
- Author
- Praneeth Mutnuru
- Language
- EN