Collection:
In Java, "Collection" (without an 's') is an interface that's a part of the Java Collections Framework. Now, what's an interface? Think of it as a set of rules that classes need to follow. So, when we say "Collection" in Java, we're talking about a set of rules that classes can follow to be considered a collection.
