SIMPLE data types:
String: a piece of text
Number: any numeric value with or without fractionInt: integer without a fraction, negative or positiveUnint: positive only whole number)
Boolean: true or false value
Object: base for all other classes