Question Detail

Which method executes only once

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

1. Which method can't be overidden

  • super
  • static
  • final
  • println

2. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above

3. Interfaces helps in which type of inheritance

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

4. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

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

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