Question Detail

In Runnable, many threads share the same object instance

  • True
  • False
Similar Questions :

1. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

2. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above

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

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

4. Constructor has return type

  • True
  • False

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

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