---
title: "What is the difference between Collection and Collections?"  
description: "What is the difference between Collection and Collections?"  
author: "Anonymous User"  
published: 2015-05-12  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2520/what-is-the-difference-between-collection-and-collections  
category: "java"  
tags: ["java", "collection"]  
reading_time: 1 minute  

---

# What is the difference between Collection and Collections?

Collection is an interface whereas Collections is a class. Collection interface provides normal functionality of data structure to List, Set and Queue. But, Collections class is to sort and synchronize collection elements.

## Answers

### Answer by Anonymous User

Collection is an interface whereas Collections is a class. Collection interface provides normal functionality of data structure to List, Set and Queue. But, Collections class is to sort and synchronize collection elements.


---

Original Source: https://www.mindstick.com/interview/2520/what-is-the-difference-between-collection-and-collections

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
