Java Program to print "Hello World".
import java.util.*; import java.lang.*; import java.io.*; public class HelloWorld { public static void main(String args[]) { System.out.println("Hello World"); } }
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
need an explanation for this answer? contact us directly to get an explanation for this answer