hello
Class World

java.lang.Object
  extended byhello.World
All Implemented Interfaces:
java.io.Serializable

public class World
extends java.lang.Object
implements java.io.Serializable

__AJDECLID:19:__ The famous Hello-World example, used to demonstrate some aspects.

Since:
Aug 6, 2004
See Also:
Serialized Form

Constructor Summary
World()
           
 
Method Summary
static void main(java.lang.String[] args)
          __AJDECLID:20:__
 void printGreeting()
          __AJDECLID:21:__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

World

public World()
Method Detail

main

public static void main(java.lang.String[] args)
__AJDECLID:20:__


printGreeting

public void printGreeting()
__AJDECLID:21:__