Computer Programming Flashcards
1
Q
Data Types
A
Used to specify the set of values and their operations
2
Q
Primitive Data Types
A
The fundamental types in Java
3
Q
Variable
A
A name for a memory location that stores a specific value, such as numbers and letters
4
Q
Constant
A
It is a memory location whos value cannot be changed during program execution
5
Q
Final
A
Is java reserved word. The value stored in the Variable_name is fixed and cannot be changed
6
Q
Type Casting
A
This refers to converting a value from a specific type to a variable of another type