Thu Feb 26 15:26:38 PST 1998
Class Hello
Class Hello
java.lang.Object
|
+----Hello
- class Hello
- extends Object
The classic first example of an application program: Prints Hello World
- See Also:
- HelloWorld
Method Index
-
main(String[])
- The starting point for the Hello Application.
Methods
main
public static void main(String argv[])
- The starting point for the Hello Application.
This function asks for a string "Hello, World" to be printed on
the System output stream (System.out) as a terminated line.