Java First Program "HelloWorld"
Posted by jineesh uvantavida on Thursday, January 6, 2011 Under: Java
In : Java
// Outputs "Hello, world!" and then exits
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
In : Java
Translate This Page
Make a free website with Yola