We’ve covered
nIntroduction of fundamental notions of values and objects.
nJava provides:
uInteger types (byte, short, int, long)
uReal or floating type (float, double)
uCharacter type ( char)
uBoolean type (boolean--true/false)