Question Detail

Program which executes applet is known as

  • applet engine
  • virtual machine
  • JVM
  • None of above
Similar Questions :

1. Which method can't be overidden

  • super
  • static
  • final
  • println

2. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

3. If method have same name as class name and method don’t have any return type then it is known as

  • Destructors
  • Object
  • Variable
  • Constructor

4. Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws

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

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1