Question Detail

What do you mean by javap

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

1. In Runnable, many threads share the same object instance

  • True
  • False

2. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

3. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

4. Minimum threads in a program are

  • 1
  • 2
  • 5
  • Many

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

  • run() method
  • paint() method
  • drawString() method
  • main() method
Read more from - Java Objective Questions Answers -Chapter 1