Question Detail

Which method executes only once

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

1. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method

2. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

3. Main method parameter has which type of data type

  • int
  • char
  • string
  • double

4. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

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

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