Java - Data Types
Data Types tutorial
HOME
Java
Data Types
Introduction
The tutorial for Data Types are organized in the following chapters.
Data Types
Java Data Types Introduction
Data Types
Exercise:3 Topic:3
Java Identifier
Java Keywords
Java Data Types
Topic:5
Java Primitive Data Types
int
int type
Quiz:4 Exercise:18 Topic:9
int octal number format
int hexadecimal number format
Exercise:23
int binary number format
Exercise:1
long
long type
Exercise:6
long type and int type cast
byte
byte type
Exercise:4
short
short type
char
char type
Exercise:12
char escape sequence
char Unicode escape sequence
char octal escape sequence
char type int value literal
Exercise:3
char type to integral data type cast
Topic:2
boolean
boolean type
Exercise:5
float and double
float type
Quiz:1 Exercise:8 Topic:3
float type special values
float type and integral types cast
double type
Exercise:18
double type special value
double type and integral types cast
format
Underscores in Numeric Literals