Question Detail Java beans have no types TrueFalse Answer: Option A Similar Questions : 1. Which type of inheritance is not supported by java SingleMultipleMulilevelHirarchical Answer: Option B 2. 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 3. Which statement is static and synchronized in JDBC API executeQuery()executeUpdate()getConnection()prepareCall() Answer: Option C 4. Which method is used to perform DML statements in JDBC execute()executeUpdate()executeQuery()None of above Answer: Option B 5. Can we declare abstract static method YesNo Answer: Option B Read more from - Java Objective Questions Answers -Chapter 1