Home » JAVA Programming » Methods » Question
  1. Which of these method of Double wrapper can be used to check whether a given value is infinite or not?
    1. checkInfinite()
    2. Infinite()
    3. checkNmber()
    4. isInfinite()
    5. None of these
Correct Option: D

isInfinite() methods returns true if the specified value is an infinite value otherwise it returns false.



Your comments will be displayed only after manual approval.