All Packages Class Hierarchy This Package Previous Next Index
Class programming101.calculator.Test
java.lang.Object
|
+----programming101.calculator.Test
- public class Test
- extends Object
Provides main method for calculator application testing.
- Since:
- 13/03/98
- Version:
- 1.0 (13/03/98)
- Author:
- © 1998 Peter T. Sander
Test()
-
main(String[])
- Main method.
Test
public Test()
main
public static void main(String[] args)
- Main method.
- Parameters:
- args - any arguments (none handled)
All Packages Class Hierarchy This Package Previous Next Index