English, asked by letnee2187, 11 months ago

What is the difference between collection and collections

Answers

Answered by vanshika2867
0

Answer:

collection is singular and collections is plural.

Answered by nivabora539
0

Answer:

This is one of the most confusing java interview question asked many a times to java freshers. Most of time, this question has been asked to java freshers to check their basic knowledge about the Java Collection Framework. This question seems confusing because both “Collection” and “Collections” look similar. Both are part of java collection framework, but both serve different purpose. Collection is a top level interface of java collection framework where as Collections is an utility class. In this article, we will discuss the differences between Collection and Collections in java.

Similar questions