Standard I/O means reading data from the user (keyboard) and displaying results on screen. In Java this is handled by the streams System.in, System.out, and System.err.
Console Output
Standard I/O means reading data from the user (keyboard) and displaying results on screen. In Java this is handled by the streams System.in, System.out, and System.err.