Data Types Flashcards
1
Q
set of values together with a set of operations
A
Data type
2
Q
2 Types of data Types?
A
Primitive and Reference Data types
3
Q
Primitive data types contains?
A
- Integral(byte, short, int, long), -floating(flot,double(, textual (char),
- logical (boolean)
4
Q
Difference of primitive n nonprimitive datatypes
A
NON PRIMITIVE// can be null, created by user not predefined by java, starts with Uppercase, all same size