Question Detail

What do you mean by javap

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger
Similar Questions :

1. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above

2. Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file

3. The Externizable interface extends the serializable interface

  • True
  • False

4. If nested try is possible

  • Yes
  • No

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

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Read more from - Java Objective Questions Answers -Chapter 1