Relacionar Columnas VariablesVersión en línea Java Concepts, Terms and Definitions por steve finch 1 Variable 2 Variable declaration 3 Casting a variable 4 Variable assignment 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; Reserves a variable's chunk of memory. Example: int counter; The process of converting a variable from one type into another type.