What is the purpose of method parseDouble defined in Double class?

1.4 What is the purpose of method parseDouble defined in Double class?
A) The method is used to convert String to Double class, assuming that the String represents a double.
B) The method coverts the Double object to a String.
C) The method is used to convert String to a double assuming that the String represents a
double.
D) The method converts a double to a String.


Leave a Reply