• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
Integral type. 8 bits. Range: -128 to 127
byte
Integral type. 16 bits. Range: -32,768 to 32,767
short
Integral type. 32 bits. Range: -2,147,483,648 to 2,147,483,648
int
Integral type. 64 bits. Range: -9,223,372,036,854,775,807 to 9,223,372,036,854,775,807
long
Floating type. 32 bits. Range: 1.40129846432481708 e-45 to 3.40282346638528860 e+38
float
Floating type. 64 bits. Range: 4.940658412465 e-324d to 1.7976313486231570 e+308d
double
Series of bits corresponding to one character. Range: 0 to 65,535
char
True or false logical primitive type
boolean