Question Detail The inner class can access private members of the outer class FalseTrue Answer: Option B Similar Questions : 1. Which method executes only once start() methodinit() methodstop() methoddestroy() method Answer: Option B 2. Inheritance means Sub class extends super classSub class extends Base classSub class create object of super classAll of the above Answer: Option A 3. Execution of the program is always begins with Main methodclass contain main methodparent classdefault package Answer: Option A 4. Which method can't be overidden superstaticfinalprintln Answer: Option C 5. All methods of interface are public and abstract TrueFalse Answer: Option A Read more from - Java Objective Questions Answers -Chapter 1