Hello,
What is the use of making a local variable inside a method final , which has an inner class in it.
How can a method local class access a local variable marked final.If we don't make the...