Question Detail Execution of the program is always begins with Main methodclass contain main methodparent classdefault package Answer: Option A Similar Questions : 1. Which among following classes is not part of Java's collection framework QueueArrayStackMaps Answer: Option A 2. After the compilation of the java source code, which file is created by the JVM .class.java.cdr.doc Answer: Option A 3. 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 4. Main method parameter has which type of data type intcharstringdouble Answer: Option C 5. All raw data types should be read and uploaded to the database as an array of intcharbolleanbyte Answer: Option D Read more from - Java Objective Questions Answers -Chapter 1