Class Greeter

java.lang.Object
  extended byGreeter

public class Greeter
extends java.lang.Object

Class to show how to define a very simple class. Copyright Georgia Institute of Technology 2004

Author:
Barb Ericson ericson@cc.gatech.edu

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

Constructor Detail

Greeter

public Greeter()
Method Detail

main

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