download Mastguru Android App

Question Detail

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

  • 4
  • 3
  • 5
  • 2
Similar Questions :

1. Java is known as _______stage language

  • One
  • Two
  • Three
  • Four

2. Which statement is static and synchronized in JDBC API

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

3. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

4. Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws

5. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment