show/hide this revision's text 2 deleted 13 characters in body

hi ealson,

If you have inner(anonymous) inner (anonymous) classes, and the method needs to access variable of teh the containing method, you need to have that variable as final.

Other than that, what you've said is right.

show/hide this revision's text 1

hi ealson,

If you have inner(anonymous) classes, and the method needs to access variable of teh containing method, you need to have that variable as final.

Other than that, what you've said is right.