What is input stream? ( From the chapter - input in java)
Answers
Answered by
4
If you are reading data from a file or any other source , stream used is input stream. In simpler terms , input stream in java acts as a channel to read data.
Hope this helps!
Answered by
2
Answer:
Input stream is a flow of data from an input source to the application under execution. Or in other words, reading bytes of data from some kind of data source. Such a stream of inputs can be managed by a number of methods which are defined in public abstract class InputStream which is in java.io package.
I hope it help you
Please mark me as brainlist please please please please please please✌✌
Attachments:
Similar questions