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. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

2. x=x+1 is equivalent to

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

3. Which method executes only once

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

4. The Externizable interface extends the serializable interface

  • True
  • False

5. Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment