What is the difference between byte oriented IO and character oriented IO ? How are these two performed in Java ?
Short Answer
Views 17
Answer:
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
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Java Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.