Question Detail ____ allows java code to run in the JVM to call and be called by native applications JFIJNINJIFJI Answer: Option B Similar Questions : 1. Main method parameter has which type of data type intcharstringdouble Answer: Option C 2. Can we access private class outside the package YesNo Answer: Option B 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. Which method of java is invoked by JVM to reclaim the inaccessible memory location reclaim() methodfinal() methodfinalize() methodboth b and c Answer: Option C 5. After the compilation of the java source code, which file is created by the JVM .class.java.cdr.doc Answer: Option A Read more from - Java Objective Questions Answers -Chapter 1