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
October 03, 2019
How to use Youtube to market your Business? | Youtube Vs Tiktok
July 30, 2015
Excel shortcuts: How to improve the productivity at work?
Comments
Post a Comment