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
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
No comments:
Post a Comment