InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» RIGHT OPTION is (a) doubleValue() BEST EXPLANATION: NONE. |
|