posted 18 years ago
Hi Friends
I want to know how a method local inner class accesses a final variable. I learnt that Method Local inner classes doesnt accesses the local variables of the method they are in because the stack frame is lost once out of scope. So is there something with final variables that overcomes this ?
Thanks,
Praveen