<<< Packages, Classes, and Methods | Index | The Scanner class >>> |
The System.out is an object that represents console output.
It has two methods to display text: println( ) and print( ).
The difference between the two methods is where they move the cursor after displaying the argument string.
The System.out object also has printf() method for formatting primitives and Strings.
<<< Packages, Classes, and Methods | Index | The Scanner class >>> |