click below
click below
Normal Size Small Size show me how
CSC211 - Basics
URI CSC211 Quiz 1
Term | Definition |
---|---|
literal | any number, string, true, and false |
primitive data types (in order) | byte, short, int, long, float, double, char, boolean |
variable | identifier declared of a primitive data type |
reference | identifier declared of an object (ex: Scanner keyboard) |
casting | change of a variable's assigned primitive data type. |
coercion | java's automatic method of changing variable's primitive data types to allow operations to execute. |
identifier | a name associated with a memory location |