Matching Pairs VariablesOnline version Java Concepts, Terms and Definitions by steve finch 1 Casting a variable 2 Variable 3 Keyword final 4 Variable declaration 5 Variable assignment An entity that can only be assigned once. Reserves a variable's chunk of memory. Example: int counter; The process of converting a variable from one type into another type. A named piece of memory where you can stash the value of something Sets a value to a variable. Example: counter = 7;