Programs read inputs from data sources (e.g., keyboard, file, network, memory buffer, or another program) and write outputs to data sinks (e.g., display console, file, network, memory buffer, or another program). In Java standard I/O, inputs and outputs are handled by the so-called streams.
brindha18 Answered question September 7, 2023
- Programs read inputs from data sources (e.g., keyboard, file, network, memory buffer, or another program) and write outputs to data sinks (e.g., display console, file, network, memory buffer, or another program).
- In Java standard I/O, inputs and outputs are handled by the so-called streams.
Shathana. S.R. Answered question September 7, 2023