Flash cards
Review the key moves
1/3
Core idea
What is the main idea behind Java Output Methods?
Lesson checks
Practice each idea before moving on
Short Mimo-style checks built from this lesson's code, terms, and sequence.
1Quick choice
Which statement best captures the main point of this lesson?
Output Methods
The System.out stream, short for " output ", is used together with different methods to output values or print text to the console:
| Method | Description |
|---|---|
| print() | Prints text or values the console |
| printf() | Prints formatted text or values to the console |
| println() | Prints text or values to the console, followed by a new line |