Multiple choice technology programming languages Collection and Collections refer to same type of interface True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Collection is an interface representing a group of objects, whereas Collections is a utility class containing static methods that operate on collections. They are completely different constructs in the Java API. Thus, the statement is false.