download Mastguru Android App

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. Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above

3. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130

4. Can we declare abstract static method

  • Yes
  • No

5. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment