In the statement ‘System.out.println("Hello World!")’, the keyword ‘out’…

2024

In the statement ‘System.out.println("Hello World!")’, the keyword ‘out’ stands for the following –

  1. A.

    Static member of the ‘System’ class

  2. B.

    An interface in the Java standard library

  3. C.

    A method in the ‘System’ class

  4. D.

    Class in the Java standard library

  5. E.

    Question not attempted

Attempted by 75 students.

Show answer & explanation

Correct answer: A

In System.out.println, out is a public static member field of the System class that refers to the standard output stream.

Explore the full course: Up Lt Grade Assistant Teacher 2025