Question Detail

The inner class can access private members of the outer class

  • False
  • True
Similar Questions :

1. Runnable is

  • Class
  • Method
  • Variable
  • Interface

2. Can we access private class outside the package

  • Yes
  • No

3. Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method

4. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

5. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above
Read more from - Java Objective Questions Answers -Chapter 1