While the JVM is a stack-based machine, the Java language doesn't really offer you any way to access that Stack. Even if sometimes, in rare occasions, it would be very useful. An example Method result values are put on the stack. If you look at the following example: public int method() { if (something) return … Continue reading How to Access a Method’s Result Value From the Finally Block
