Exam 16: Collections,maps,and Iterators

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A Java collection is any class that implements the Collection interface.

(True/False)
4.9/5
(36)

Write a Java statement to recover the unused memory in the resulting vector in number 4 above.

(Essay)
4.8/5
(34)

If you want a class that implements the Set interface and do not need any methods beyond those in the Set interface,you can use the concrete class:

(Multiple Choice)
4.8/5
(31)

A vector can potentially encounter an ArrayIndexOutOfBoundsException.

(True/False)
4.9/5
(39)
Showing 41 - 44 of 44
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)