primitive types

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards
byte - memory
8 bits
2
New cards
short - memory
16 bits
3
New cards
int - memory
32 bits
4
New cards
long - memory
64 bits
5
New cards
float - memory
32 bits
6
New cards
double - memory
64 bits
7
New cards
char - memory
16 bit unsigned
8
New cards
boolean - memory
1 bit
9
New cards
byte - min/max
-128 to 127
10
New cards
short - min/max
-32768 to 32767
11
New cards
int - min/max
-2 billion to 2 billion
12
New cards
long - min/max
-big to +big
13
New cards
float - min/max
-big to +big
14
New cards
double - min/max
-big to +big
15
New cards
char - min/max
0-65535
16
New cards
boolean - min/max
true or false