Question Detail Java is known as _______stage language OneTwoThreeFour Answer: Option B Similar Questions : 1. Which method of java is invoked by JVM to reclaim the inaccessible memory location reclaim() methodfinal() methodfinalize() methodboth b and c Answer: Option C 2. 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 3. Session beans are created by the client submitting the query to the database TrueFalse Answer: Option A 4. Process of creating exact copy of the existing object is called cloningoverloadingoverridingcoping Answer: Option A 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