Question Detail

what is jdb

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

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

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

2. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc

3. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

4. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above

5. Constructor has return type

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1