Please help me to know whether local inner class can access the variables present in the outer class.If u can plz give combinations of access to these variables.I know that it can access only the variables marked as final in the meathod scope. but i got a doubt about the variables present outside the method but inside the outerclass. [This message has been edited by Madhu Rao (edited December 27, 2000).]
madhusudhan
Sivaram Ghorakavi
Ranch Hand
Joined: Nov 30, 2000
Posts: 56
posted
0
Toplevel Nested Class All Modifiers Can only access can declare static member static & non variables static member Inner Class -do- All Member Non-Static (Non-Static) variables members Local class (Non-Static) -NO- All instance -do- variables + local Final variables Local class (Static) -NO- only Static + static Local Final variables Hope this helps.... Khalid has given fine table about this... check it out... BOL
Madhu Rao
Greenhorn
Joined: Nov 10, 2000
Posts: 6
posted
0
Thanks sivaram So now i understood that local inner class can access the outerclass instance variables and local final variables.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.