download Mastguru Android App

Question Detail

The inner class can access private members of the outer class

  • False
  • True
Similar Questions :

1. Which method can't be overidden

  • super
  • static
  • final
  • println

2. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

3. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

4. Java intermediate code is known as

  • First code
  • Mid code
  • Byte code
  • None of above

5. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment