Prints "Hello World" in JAVA. How to print hello world in java.

Prints "Hello World" in JAVA.



For the detailed explaination about code click on link below ::

For Practice copy the code below ::

package google;

public class javawithnilesh

{

    public static void main (String args[])

    {

        System.out.println("'Hello World ");

        }

}


























Comments

Popular posts from this blog

Create an array of 5 floats and calculate their sum in java .