download Mastguru Android App

Question Detail

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

  • Queue
  • Array
  • Stack
  • Maps
Similar Questions :

1. Thread class is available in

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

2. Which of the following command is used to compile the Java program

  • java
  • javac
  • javap
  • none of these

3. Which method executes only once

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

4. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

5. Can we access private class outside the package

  • Yes
  • No
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment