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. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above

2. There is no default transaction attribute for an EJB

  • False
  • True

3. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

4. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc

5. In java, gc() method is available in which package

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