Question Detail 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 Similar Questions : 1. Super is the predefined KeywordMethodKeyword and MethodNone of above Answer: Option C 2. Can we declare abstract static method YesNo Answer: Option B 3. Which keyword is used while using interface extendimplementsthrowthrows Answer: Option B 4. The Externizable interface extends the serializable interface TrueFalse Answer: Option A 5. Which driver is efficient and always preferable for using JDBC applications Type-4 driverType-3 driverType-2 driverType-1 driver Answer: Option A Read more from - Java Objective Questions Answers -Chapter 1