Question Detail Which of the following below are valid isolation levels in J2EE TRANSACTION_READ_UNCOMMITTEDTRANSACTION_SERIALIZABLEOnly ABoth A and B Answer: Option D Similar Questions : 1. Program which executes applet is known as applet enginevirtual machineJVMNone of above Answer: Option A 2. Object which can store group of other objects is called Collection objectJava objectPackageWrapper Answer: Option A 3. Which of the following statements about arrays is syntactically wrong arrayName[] p = new arrayName[5];arrayName p[5];arrayName[] p [];arrayName p[][] = new arrayName[2][]; Answer: Option B 4. There is no default transaction attribute for an EJB FalseTrue Answer: Option B 5. Which method is used to perform DML statements in JDBC execute()executeUpdate()executeQuery()None of above Answer: Option B Read more from - Java Objective Questions Answers -Chapter 1