download Mastguru Android App

Question Detail

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
Similar Questions :

1. Which method can't be overidden

  • super
  • static
  • final
  • println

2. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI

3. All methods of interface are public and abstract

  • True
  • False

4. Main method parameter has which type of data type

  • int
  • char
  • string
  • double

5. String is the predefined

  • Method
  • Class
  • Variable
  • Object
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment