Question Detail

Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file
Similar Questions :

1. Which method can't be overidden

  • super
  • static
  • final
  • println

2. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

3. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator

4. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

5. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1