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