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.

d. With non-static interface methods, helper methods can now be declared directly in interfaces rather than in separate classes.

Computer Science & Information Technology

You might also like to view...

Although a cold site provides the quickest recovery, it is the most expensive to maintain

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which of the following data types only allows one of two possible values to be assigned?

a) char b) int c) boolean d) float e) long

Computer Science & Information Technology