Write a program to print “Hello World” in java.

Program Code:
Class First 
{
public static void main (String arg [])
{
System.out.print (“Hello World”);
}
}

Output:
C:\java>javac First.java
C:\java>java First.
Hello World
Mukesh Rajput

Mukesh Rajput

I am a Computer Engineer, a small amount of the programming tips as it’s my hobby, I love to travel and meet people so little about travel, a fashion lover and love to eat food, I am investing a good time to keep the body fit so little about fitness also..

Post A Comment:

0 comments: