aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Input/Output in Java
  • Which of the following methods returns true, if the invok...
Multiple choice

Which of the following methods returns true, if the invoking object contains infinite values?

  1. boolean is Infinite()

  2. boolean is NaN()

  3. int hashCode()

  4. double Value()

  5. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This method returns the value true, if the invoking object contains infinite values.

Keep practicing — related questions

  • Which of the following methods of Float class is used to return a true value if the invoking object contain...
  • Which of the following methods of Method class returns true value if the object argument is an element of t...
  • Which of the following methods in Integer class returns a string that contains the decimal equivalent of th...
  • Which of the following methods returns the value of the invoking object as a byte?
  • x = 0; if (x1.hashCode() != x2.hashCode() ) x = x + 1; if (x3.equals(x4) ) x = x + 10; if (!x5.equals(x6) )...
  • Which of the following methods is used to return the primitive value of the boolean object in JavaScript?
  • Which of these methods are found in the Object Class?
  • What will the following code return: Boolean(10 > 9)?
Play the full quiz 🎤 Practise this topic out loud

More quizzes with this question

  • Input/Output in Java
  • JAVA Methods
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy