All Packages Class Hierarchy This Package Previous Next Index
Class duckMachine.architecture.TestMemory
java.lang.Object
|
+----duckMachine.architecture.TestMemory
- public class TestMemory
- extends Object
A simple program to test the memory unit.
-
TestMemory()
-
-
main(String[])
- The program creates two memory units and tries various operations
on them.
TestMemory
public TestMemory()
main
public static void main(String args[])
- The program creates two memory units and tries various operations
on them. All exceptions are redirected to the standard error stream.
All Packages Class Hierarchy This Package Previous Next Index