Question Detail

Which method executes only once

  • start() method
  • init() method
  • stop() method
  • destroy() method
Similar Questions :

1. String is the predefined

  • Method
  • Class
  • Variable
  • Object

2. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

3. Which method can't be overidden

  • super
  • static
  • final
  • println

4. Which keyword represents object of the present class

  • interface
  • package
  • this
  • static

5. The inner class can access private members of the outer class

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