Showing posts with label write your programming. Show all posts
Showing posts with label write your programming. Show all posts

Wednesday, 21 September 2016

HELLO WORLD !! PROGRAMMING IN JAVA

CODINGCLASSES|LEARNTOPROGRAM



                                                           JAVA


Package Coding classes;/*you can choose any package name from own wish*/

Class Java
{
public static void main(String []args)
{

System.out.println("HELLO WORLD ");

}

}

RUN YOUR CODE

OUTPUT O/P:-HELLO WORLD

This programming is checked in Eclipse and Netbeans Ide no any compile and run time error BUILD SUCCESSFULLY