|
Java Reference Home | Smart Soft Home |
||||||||||||||||||||||||||||
|
Java Data Types
CharTechnically, a char is an integral type, since chars are unicode integer values that represent characters. Float & DoubleThe range of float is determined by the following formula: s * m * 2^e where: s is -1 or +1 m is from 0 to 2^34 e is from -149 to 104 The range of double is determined by the same formula: where: s is -1 or +1 m is from 0 to 2^53 e is from -1075 and 970 |
||||||||||||||||||||||||||||