Java interview questions & BIRT Report Tutorial
A place mainly for interview questions and answers
Pages
Home
Interview Qestions
BIRT
Contact Us
Thursday, 23 August 2012
Java First Program
Java Hello World Program
/** Comment
* Displays "Hello World!" to the standard output.
*/
class HelloWorld {
public static void main (String args[]) {
System.out.println("Hello World!"); //Displays the enclosed String on the Screen Console
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment