Question Detail

Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B
Similar Questions :

1. Thread class is available in

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

2. Which keyword represents object of the present class

  • interface
  • package
  • this
  • static

3. Constructor has return type

  • True
  • False

4. what is jdb

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

5. Which metrhods are utilized to control the access to an object in multi threaded programming

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1