All Packages Class Hierarchy This Package Previous Next Index
Class practice02.HelloWorld
java.lang.Object
|
+----practice02.HelloWorld
- public class HelloWorld
- extends Object
HelloWorld is a classic example used to show the most basic
constructs of a programming language, in our case, Java. The
class is used simply to output the String "Hello World".
-
HelloWorld()
-
-
main(String[])
-
HelloWorld
public HelloWorld()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index