Question Detail

Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws
Similar Questions :

1. If nested try is possible

  • Yes
  • No

2. Which method executes only once

  • start() method
  • init() method
  • stop() method
  • destroy() method

3. Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method

4. In Runnable, many threads share the same object instance

  • True
  • False

5. How many transaction isolation levels are defined in java.sql.Connection interface

  • 4
  • 3
  • 5
  • 2
Read more from - Java Objective Questions Answers -Chapter 1