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. Which keyword is used while using interface extendimplementsthrowthrows Answer: Option B 2. Why we use array as a parameter of main method it is syntaxCan store multiple valuesBoth of aboveNone of above Answer: Option B 3. JAR file contains the compressed version of .java file.class file.jsp fileNone of above Answer: Option B 4. Which metrhods are utilized to control the access to an object in multi threaded programming Asynchronized methodsSynchronized methodsSerialized methodsNone of above Answer: Option B 5. Suspend thread can be revived by using start() methodSuspend() methodresume() methodyield() method Answer: Option C Read more from - Java Objective Questions Answers -Chapter 1