download Mastguru Android App

Question Detail

All collection classes are available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package
Similar Questions :

1. Runnable is

  • Class
  • Method
  • Variable
  • Interface

2. Which method executes only once

  • start() method
  • init() method
  • stop() method
  • destroy() method

3. Java beans have no types

  • True
  • False

4. Which collection class associates values witch keys, and orders the keys according to their natural order

  • java.util.HashSet
  • java.util.LinkedList
  • java.util.TreeMap
  • java.util.SortedSet

5. Which driver is efficient and always preferable for using JDBC applications

  • Type-4 driver
  • Type-3 driver
  • Type-2 driver
  • Type-1 driver
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment