Computer Applications

…………… statement displays the result in Java programming.

  1. System.print()
  2. Print()
  3. System.printout()
  4. System.out.println()

Java Intro

6 Likes

Answer

System.out.println()

Reason — In Java, the System.out.println() statement is used to display the output to the console. It prints the message or result followed by a newline.

Answered By

3 Likes


Related Questions