what is byteinputstream and byteoutputstream in java?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is byteinputstream and byteoutputstream in java??

17th Jun 2019, 8:02 AM
Kalaiselvi
2 Answers
+ 13
If you are working one files in java than this class very helpful for you. byteinputstream : if you want to write somthing in a file than this class is helpful. byteouputstream : if you want to read somthing from file than this class is helpful.
17th Jun 2019, 8:28 AM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
0
How to define these in a program?? Can you help me with a simple program using these??
18th Jun 2019, 8:09 AM
Kalaiselvi