Solved

Which of the Following Statements Is False

Question 11

Multiple Choice

Which of the following statements is false?


A) Prior to Java SE 8, it was common to associate with an interface a class containing static helper methods for working with objects that implemented the interface.
B) Class Collections contains many static helper methods for working with objects that implement interfaces Collection, List, Set and more.
C) Collections method sort can sort objects of any class that implements interface List.
D) With non-static interface methods, helper methods can now be declared directly in interfaces rather than in separate classes.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions