download Mastguru Android App

Question Detail

Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()
Similar Questions :

1. Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

2. What do you mean by javap

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

3. Inheritance means

  • Sub class extends super class
  • Sub class extends Base class
  • Sub class create object of super class
  • All of the above

4. Which driver is efficient and always preferable for using JDBC applications

  • Type-4 driver
  • Type-3 driver
  • Type-2 driver
  • Type-1 driver

5. Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment