bookExamples.ch01HelloWorld
Class HelloWorld

java.lang.Object
  extended by bookExamples.ch01HelloWorld.HelloWorld

public class HelloWorld
extends java.lang.Object

Created by IntelliJ IDEA. User: lyon Date: Oct 5, 2009 Time: 8:21:35 AM To change this template use File | Settings | File Templates.


Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(java.lang.String[] args)