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