is double and float the same function in java

Solutions on MaxInterview for is double and float the same function in java by the best coders in the world

showing results for - "is double and float the same function in java"
Matteo
05 Oct 2017
1Float and double
2Double is more precise than float and can store 64 bits, double of the number of bits float can store. ... Float and double function in the same way in all programming languages. For example, in Java, both will throw NumberFormatException with operations where actual numbers are not involved