Home Segments Top Top Previous Next

46: Sidetrip

Said with more precision, print and println are display methods that are defined to work on instances of the PrintStream class. System.out is an expression that produces the particular instance of the PrintStream class associated with your display. You learn about the syntax involved in Chapter 9, and you learn about the PrintStream class in Chapter 33.