TECH. MANIA
Friday, 8 January 2016
BASIC PROGRAM OF JAVA
Writing the "HELLO WORLD" program.
class sample {
public static void main(String args [ ]) {
System.out.println("hello world");
}
}
OUTPUT :
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment