What does final parameters mean in a method.does a innerclass only access final parameters from the parameter list if its defined inside a method.Code:type methodA(final int parm1,int parm2){class inner{// -- is onlt parm1 accessible or parm2 is also accessible}}

I did not check it in a JVM but even i can decide which is accessible. I wanna know the cocept of final parameters.

Questions by HSridhar   answers by HSridhar

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions