Arrange the following program such that it compiles and prints Hello World. Unselect any unwanted statements using the check box.
![]() |
class PrintHelloWorld { |
![]() |
public static void main(String args[]) { |
![]() |
System.out.println("Hello World"); } |
![]() |
} |
![]() |
private static int main(String s[]) { |
Topic: Java Sample Program - Simple Hello World Program In Java