download Mastguru Android App

Question Detail

pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above
Similar Questions :

1. In java, gc() method is available in which package

  • java.lang package
  • java.util package
  • java.awt package
  • java.io package

2. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

3. Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

4. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

5. All methods of interface are public and abstract

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment