A big restriction

There is a restriction on the ability of methods of the local class to access local variables and method parameters.

The methods in a local class can access local variables and method parameters only if they are declared final.

File: ba.htm [Next] [Prev]