Data Types Flashcards

1
Q

set of values together with a set of operations

A

Data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2 Types of data Types?

A

Primitive and Reference Data types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Primitive data types contains?

A
  • Integral(byte, short, int, long), -floating(flot,double(, textual (char),
  • logical (boolean)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly