Why do we have to declare a field in a class or method to be final in java,
if it is to be accessed/used from an anonymous inner class?
Why do we have to declare a field in a class or method to be final in java,
if it is to be accessed/used from an anonymous inner class?