A-Z About Java
Choose Your Language
Wednesday 19 June 2013
How to print Hello World without using System.out.print() statement?
import static java.lang.System.*;
/**
*
* @author Aravind Sankaran
*/
public class HelloWorld{
public static void main(String a[]){
out.println("Hello World");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment