Question Detail

Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws
Similar Questions :

1. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

2. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

3. javah stands for

  • java compiler
  • java interpreter
  • java dissasamebler
  • java header file

4. Which method executes only once

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

5. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1