CSC300: Primitive Type [10/24] Previous pageContentsNext page

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

Primitive types are also called base types in Java.

Previous pageContentsNext page