Home / Questions / What is the difference between byte oriented IO and character oriented IO ? How are these two performed in Java ?
Explanatory Question

What is the difference between byte oriented IO and character oriented IO ? How are these two performed in Java ?

👁 26 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Byte oriented IO reads bytes of data, which is binary data where there is no notion of data types. Character oriented IO, on the other hand, performs IO which is specially character oriented. In Java, Byte Oriented IO is performed through data streams whereas character oriented IO is performed through Readers and Writers