Home » JAVA Programming » Methods » Question
  1. Which of these methods is used to check for infinitely large and small values?
    1. Isinfinite()
    2. isNaN()
    3. IsNaN()
    4. isInfinite()
    5. None of these
Correct Option: D

isinfinite() method returns true is the value being tested is infinitely large or small in magnitude.



Your comments will be displayed only after manual approval.