On Tue, Feb 13, 2007 at 09:20:29AM -0800, chromatic wrote: >On Tuesday 13 February 2007 08:24, Ovid wrote: > >> Really? :) >> >> java.lang.NullPointerException > >Oh please, everyone knows Java doesn't have pointers!
Of course it does. They may not be accessible to the programmer due to the design of the bytecode, but they exist. On a recent JRE I can even figure out the rough size of the stack frame using a trick to get to a very limited piece of access to the pointers. Ben