Question Detail

Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method
Similar Questions :

1. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

2. Which collection class associates values witch keys, and orders the keys according to their natural order

  • java.util.HashSet
  • java.util.LinkedList
  • java.util.TreeMap
  • java.util.SortedSet

3. Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing

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

  • Overriding
  • Constructor
  • Overloading
  • none of these

5. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above
Read more from - Java Objective Questions Answers -Chapter 1