Appendix C: Primitive Data Types

Type Value Stored Default Value Size Range of Values
char Unicode character Character code 0 16 bits 0 to 65535
byte Integer value 0 8 bits 128 to 127
short Integer value 0 16 bits 32768 to 32767
int Integer value 0 32 bits 2147483648 to147483647
long Integer value 0 64 bits 9223372036854775808 to 9223372036854775807
float Real value 0.0 32 bits ±1.4E-45 to ±3.4028235E+38
double Real value 0.0 64 bits ±4.9E-324 to ±1.7976931348623157E+308
boolean true or false false 1 bit NA
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.254.61