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 –

Answer: A. Static member of the ‘System’ classIn System.out.println, out is a public static member field of the System class that refers to the standard output stream.

  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 261 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: Rssb Basic Computer Instructor

Loading lesson…