ParameterDemo
Class ParameterTest

java.lang.Object
  |
  +--ParameterDemo.ParameterTest

public class ParameterTest
extends java.lang.Object

ParameterTest.java Created: Tue Jan 30 14:50:02 2001

Author:
Stuart C. Shapiro

Constructor Summary
ParameterTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Demonstrates class and instance variables, and constructor, accessor, and mutator methods using the StringHolder class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterTest

public ParameterTest()
Method Detail

main

public static void main(java.lang.String[] args)
Demonstrates class and instance variables, and constructor, accessor, and mutator methods using the StringHolder class.