Variable Names
Basic variable naming conventions.
Shadowing this
When an inner class refers to this, it refers to the current instance of the inner class..
Shadow variables are evil
The inner variable shadows the outer variable..
Local/Instance/Class Variables
There are three kinds of Java variables..
Variables
Variables are places in memory to store values..