Computer Science, asked by Anonymous, 7 months ago

What do you mean by Inputs in java?​

Answers

Answered by Anonymous
2

Answer:

Java input and output is an essential concept while working on Java programming. ... The input is the data that we give to the program. The output is the data what we receive from the program in the form of result. Stream represents flow of data or the sequence of data.

hope it's help u ✌️✌️

Answered by sonysneha146
1

Java I/O stream is the flow of data that you can either read from, or you can write to. ... Java I/O stream is also called File Handling, or File I/O. It is available in java.io package. Java.io package provides classes for system input and output through files, network streams, memory buffers, etc...

hope this answer helps you...

Similar questions