StandardInputOutput11Example -- using System.in and System.out for simple input and output.
To see this example in action:
  1. Compile the Java source file, StandardInputOutput11Example.java:
    	javac StandardInputOutput11Example.java
    
  2. Run the class:
    	java StandardInputOutput11Example
    

The source.