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".


Constructor Index

 o HelloWorld()

Method Index

 o main(String[])

Constructors

 o HelloWorld
 public HelloWorld()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index