| Type |
Description |
Value |
| byte |
Integer with sign |
-128 to 127 |
| short |
Integer with sign |
-32768 to 32767 |
| int |
Integer with sign |
-2147483648 to 2147483647 |
| long |
Integer with sign |
-9223372036854775808 to 9223372036854775807 |
| float |
32 bit floating point number of IEEE754 standard |
±3.40282347E+38 to ±1.40239846E-45 |
| double |
64 bit floating point number of IEEE754 standard |
±1.79769313486231570E+308 to ±4.94065645841246544E-324 |
| BigDecimal |
Decimal with sign of arbitrary precision |
|
| boolean |
Boolean |
"true" Or,"false" |
| char |
Character of Unicode standard |
\u0000 to \uFFFF |
| String |
Character string |
Character string of 0-2147483647 characters |
| Date |
Date and time |
|
| byte[] |
Byte array |
Byte array in 0-2147483647 bytes |