Multiple Choice
A new class is proposed to collect information about a group of DVDs.A separate class containing information about a single DVD, named DVD, has already been created.Which of the following is the best design to store the data and size of this collection?
A) Have an ArrayList of DVD and use its size as the size of the collection.
B) Have an ArrayList of DVD and an integer representing the number of DVD objects in the collection.
C) Have an array of DVD and use its size as the size of the collection.
D) Have a single DVD variable representing the last DVD added and an integer representing the number of DVDs in the collection.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: Which of the following is true regarding
Q27: Under which of the following conditions must
Q28: If you do not include a package
Q29: Given the following method header, other would
Q30: Consider the partial Date class below which
Q32: Under which of the following conditions would
Q33: If the Math class has been imported
Q34: Which of the following is a true
Q35: A new class is proposed to collect
Q36: A class named CurrencyTranslator would most probably