Byte Stream vs Character Stream || Java Interview Question 2021

preview_player
Показать описание
Byte Stream vs Character Stream
Java Interview Question 2021

In Byte Streams, the method names end with a suffix InputStream or OutputStream. In Character Streams, the method names end with a suffix Reader or Writer.
Byte Streams are less efficient whereas Character Streams are more efficient.

#java
#javainterviewquestion
#binarystreamsjava
#characterstreamjava If you want to help us for enlarging our channel, then please donate us by your own wish:
Paytm: 7509058785
Рекомендации по теме
Комментарии
Автор

a bytestream does not need to target a persistent media, it could point to a webserver or any data sink...

paulfrischknecht
Автор

Hello sir i still didn't understand the what is Persistent media. Can you explain it in a bit more easier way, like with an example.

akshattheintrovert