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. Java intermediate code is known as First codeMid codeByte codeNone of above Answer: Option C 2. If nested try is possible YesNo Answer: Option A 3. Can we declare abstract static method YesNo Answer: Option B 4. Which of the following command is used to compile the Java program javajavacjavapnone of these Answer: Option B 5. Which keyword represents object of the present class interfacepackagethisstatic Answer: Option C Read more from - Java Objective Questions Answers -Chapter 1