Computer Applications

Distinguish between parseFloat() and parseDouble()

Java Library Classes

1 Like

Answer

parseFloat()parseDouble()
parseFloat() method returns a float value represented by the specified string.parseDouble() method returns a double value represented by the specified string.

Answered By

1 Like


Related Questions