Which of the following methods return the value as a double?
(a) doubleValue()
(b) converDouble()
(c) getDouble()
(d) getDoubleValue()
I got this question in an online quiz.
This intriguing question comes from Java.lang in division Exploring java.lang & java.io of Java