
|
|

|
Software Central: Java | | Simple programes on JAVA | |
| This is a simple program on Java.
public class HelloWorldApp {
public static void main(String[] args) {
// Display "Hello World!"
System.out.println("Hello World!");
}
}
It will display a simple message "Hello World".
Posted by: Mr. anilkumar veeragandham At: 13, Sep 2004 8:08:35 PM IST
|
|
|
 |
| Advertisements |
|
|
 |
 |
| Advertisements |
|