Question Detail

Which statement is static and synchronized in JDBC API

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

1. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

2. If method have same name as class name and method don’t have any return type then it is known as

  • Destructors
  • Object
  • Variable
  • Constructor

3. Super is the predefined

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

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

  • 4
  • 3
  • 5
  • 2

5. Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above
Read more from - Java Objective Questions Answers -Chapter 1