| |
| | Chapter 24 -- The Java Virtual Machine (Site not responding. Last check: 2007-10-18) |
 | | However, because the Virtual Machine is stack based, its registers are not used for passing or receiving arguments. |
 | | Java's operand stack is not contiguous like the operand stacks you may be familiar with from programming in other languages. |
 | | Reproducing a machine within your computer's memory requires seven key objects: a set of registers, a stack, an execution environment, a garbage-collected heap, a constant pool, a method storage area, and a mechanism to tie it all together. |
| www.sheetudeep.com /res/javaapn/ch24.htm (7868 words) |
|