A problem with inner class

Why inner class,defined inside a method can take final arguments ? I am not getting a single reason in the support of it.

I mean to say what is the disadvantage if they will take normal class object? As such they can modify the member of the outer calss . So what will be the problem with the normal object ?

please give answer with a example ......

with Regards

Arunabh Dash

[408 byte] By [jublua] at [2007-10-2 14:28:38]
# 1
> Why inner class,defined inside a method can take> final arguments ? I do not understand what you mean. A class cannot take any parameters only methods do. What is your problem please give some example.
mezlera at 2007-7-13 12:49:32 > top of Java-index,Java Essentials,Java Programming...