System.in System.out System.err

System.in System.out System.err Every OS comes with three built in streams – in, out and err entirely managed by OS. We know from IO Streams that a stream is a flow of data between two terminals (may be two files or two sockets etc.). in stream carries (flows) data from Keyboard to CPU. out stream …

System.in System.out System.err Read More »