Question Detail Which method executes only once start() methodinit() methodstop() methoddestroy() method Answer: Option B Similar Questions : 1. Suspend thread can be revived by using start() methodSuspend() methodresume() methodyield() method Answer: Option C 2. Which type of inheritance is not supported by java SingleMultipleMulilevelHirarchical Answer: Option B 3. Main method parameter has which type of data type intcharstringdouble Answer: Option C 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. The inner class can access private members of the outer class FalseTrue Answer: Option B Read more from - Java Objective Questions Answers -Chapter 1