Hello world
The traditional Hello world program can be written in Java as:[34]
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
more
The traditional Hello world program can be written in Java as:[34]
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
more
No comments:
Post a Comment