CSC300 / CSC402: Base Type [10/24] Previous pageContentsNext page

int x = 3000;
int y = 3000;
x=3000, y=3000
                  x==y : true
eqi05

Base types are also called primitive types in Java.

Previous pageContentsNext page