Skip to main content
Search
Search This Blog
program29
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
September 10, 2010
Simple JAVA Programs for Begineers:
1.Hello world:---print the text the Hello world,the first program to try.....
public class hello {
public static void main(String[] args){
System.out.print("hello world");
}
}
Comments
Popular Posts
August 19, 2019
how to achieve career success in 5 easy steps |
September 09, 2015
Why you must go for shared hosting?
Comments
Post a Comment