Question Detail

Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package
Similar Questions :

1. Which keyword represents object of the present class

  • interface
  • package
  • this
  • static

2. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above

3. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI

4. If nested try is possible

  • Yes
  • No

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

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Read more from - Java Objective Questions Answers -Chapter 1