Menu
Question Index
...


Arrange the following program such that it compiles and prints Hello World. Unselect any unwanted statements using the check box.

  • move class PrintHelloWorld
    {
  • move     public static void main(String args[])
        {
  • move         System.out.println("Hello World");
        }
  • move }
  • move     private static int main(String s[])
        {

Doubts

Problems

Topic: Java Sample Program - Simple Hello World Program In Java

Read this topic
Take test on this topic

0
Wrong
Score more than 2 points

© meritcampus 2019

All Rights Reserved.

Open In App