Which of these method of Double wrapper can be used to check whether a given value is infinite or not?
(a) Infinite()
(b) isInfinite()
(c) checkInfinite()
(d) None of the mentioned
The question was posed to me in an interview for internship.
I want to ask this question from Java.lang in section Exploring java.lang & java.io of Java