Multiple choice

What is the meaning of 'out' in System.out.println in java?

  1. It is a class in java.lang package.

  2. It is a static object of PrintStream class.

  3. It is a method in the PrintStream class.

  4. It is a reference variable of the System class.

  5. Both (2) and (4).

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This is the correct choice.