Please see the following code and explain the output behavior.
public class MyFinalTest {
public int doMethod(){
try{
throw new Exce
This is an easy question if you remember the low level layout of the VM.
If unsure about things like this, fall back to your understanding of the underlying system (ultimately going to assembler level).
(funny sidenote)