download Mastguru Android App

Question Detail

Which method executes only once

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

1. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping

2. The class java.sql.Timestamp is associated with

  • java.util.Time
  • java.sql.Time
  • java.util.Date
  • None of above

3. Which metrhods are utilized to control the access to an object in multi threaded programming

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above

4. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

5. Which method can't be overidden

  • super
  • static
  • final
  • println
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment