• |
• |
String: This value can include numeric characters, alphanumeric characters, and symbols
Boolean: True or False
Integer: A whole number between the values of -2147483648 and 2147483647
Long: A whole number with a range larger than Integer
Float: A 32-bit floating point number
Double: A 64-bit floating point number | |