/*************************************************************************
* Compilation: javac HelloWorld.java
* Execution: java HelloWorld
* Traditionally First Program
*************************************************************************/
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World !");
}
}
This post was written by: Naqushab Neyazee
CSE Undergraduate, AMU, Aligarh.
Filed Under:
blog,
class,
comment,
first,
hello,
hello world,
java,
naqushab,
program,
static,
world
on Wednesday, 28 May 2014
Post a Comment