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