I/O in Java

 Few things to know about streams:

Stream is an abstraction that either produces or consumes information. A stream is linked to a physical device. Java performs I/O using steams. 


Types of Streams:

  1. Byte Streams - For reading or writing binary data - which means all the data types in the world.
  2. Character Streams - For handling input and output of characters. In some cases, character streams are more efficient.

Refer to the below summary:


Comments

Popular posts from this blog

Using PGP key in SAP PI/PO

Frequently Asked Interview Questions for SAP PI/PO

The Webservice way to connect ECC to SAP PI/PO