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