Consider this Scanner input example.
Scanner
Scanner user_input = new Scanner( System.in );
Here Scanner is the CLASS.
System.in is the "standard" input stream.
System.in
Take a look at the following documentation: http://docs.oracle.com/javase/7/docs/api/java/lang/System.html