Question Detail

Suspend thread can be revived by using

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

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

  • JFI
  • JNI
  • NJI
  • FJI

2. Super is the predefined

  • Keyword
  • Method
  • Keyword and Method
  • None of above

3. If nested try is possible

  • Yes
  • No

4. Session beans are created by the client submitting the query to the database

  • True
  • False

5. Which method can't be overidden

  • super
  • static
  • final
  • println
Read more from - Java Objective Questions Answers -Chapter 1