Float, Character and Boolean Classes in Java
By mostfunnyvideo 4 views 1 year ago
float data type is a single-precision 32-bit IEEE 754 floating point. Wrapper Class: Float Float is mainly used to save memory in large arrays of floating point numbers. Default value: 0.0f. Example: float f1 = 24.5f; The default data type of floating-point number is double.