Computer Programming MCQs Java concepts and its programming
Q Which collection class associates values witch keys, and orders the keys according to their natural order ?
  • A A. Java.util.linkedlist
  • B B. Java.util.treemap
  • C C. Java.util.sortedset
  • D D. Java.util.hashset
Leave a Comment