Question Detail

Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws
Similar Questions :

1. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above

2. Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()

3. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

4. Which method can't be overidden

  • super
  • static
  • final
  • println

5. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc
Read more from - Java Objective Questions Answers -Chapter 1