download Mastguru Android App

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. In which we clone the object and their constituent parts

  • Shallow cloning
  • Deep cloning
  • Both of above
  • None of above

2. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

3. x=x+1 is equivalent to

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

4. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above

5. Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment