Multiple Choice
A new class is proposed to collect information about a group of DVDs.Which of the following is the best structure for this class?
A) Have separate classes for a single DVD and the entire DVD collection.
B) Have one class to store information about DVDs and the collection named DVDsInformation
C) Have one class to store information about the collection name and send information about the DVDs as simple data (integers, Strings, etc.)
D) Have one class to store information about a single DVD and just use an ArrayList to store the collection.
Correct Answer:

Verified
Correct Answer:
Verified
Q30: Consider the partial Date class below which
Q31: A new class is proposed to collect
Q32: Under which of the following conditions would
Q33: If the Math class has been imported
Q34: Which of the following is a true
Q36: A class named CurrencyTranslator would most probably
Q37: In Java, which of the following mechanisms
Q38: Which of the following constitutes a common
Q39: What will have to change if the
Q40: Why is a static variable also referred