Question Detail

Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps
Similar Questions :

1. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

2. Constructor has return type

  • True
  • False

3. In java, gc() method is available in which package

  • java.lang package
  • java.util package
  • java.awt package
  • java.io package

4. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

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

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1