Q:

Java Program to print "Hello World"

0

Java Program to print "Hello World".

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

import java.util.*;
import java.lang.*;
import java.io.*;

public class HelloWorld
{
   public static void main(String args[])
   {
      System.out.println("Hello World");
   }
}

 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now