Question Detail Which driver is called as thin-driver in JDBC Type-1 driverType-2 driverType-3 driverType-4 driver Answer: Option D Similar Questions : 1. 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 2. Which metrhods are utilized to control the access to an object in multi threaded programming Asynchronized methodsSynchronized methodsSerialized methodsNone of above Answer: Option B 3. There is no default transaction attribute for an EJB FalseTrue Answer: Option B 4. Which method is used to perform DML statements in JDBC execute()executeUpdate()executeQuery()None of above Answer: Option B 5. Which class cannot be subclassed (or extended) in java? abstract classparent classFinal classNone of above Answer: Option C Read more from - Java Objective Questions Answers -Chapter 1