Complete Java Input Output- Session 5 |Aether

Опубликовано: 01 Октябрь 2024
на канале: Aether
80
1

Complete Java Input Output
I/O Streams, a powerful concept that greatly simplifies I/O operations. Then the lesson looks at file I/O and file system operations, including random access files.

Most of the classes covered in the I/O Streams section are in the java.io package. Most of the classes covered in the File I/O section are in the java.nio.file package.
I/O Streams
Byte Streams handle I/O of raw binary data.
Character Streams handle I/O of character data, automatically handling translation to and from the local character set.
Buffered Streams optimize input and output by reducing the number of calls to the native API.
Scanning and Formatting allows a program to read and write formatted text.
I/O from the Command Line describes the Standard Streams and the Console object.
Data Streams handle binary I/O of primitive data type and String values.
Object Streams handle binary I/O of objects.
For free practice questions for certification Log in to our website and practice for free. For more details visit our website http://www.aetherinfotech.com