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 14, 2018
Top 4 VPN services in 2018 || Check out Discounts
October 10, 2010
Learn PHP,Python,Java for free
Comments
Post a Comment