---
title: "What is the difference between List and Set?"  
description: "What is the difference between List and Set?"  
author: "Anonymous User"  
published: 2015-05-12  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2514/what-is-the-difference-between-list-and-set  
category: "java"  
tags: ["java", "collection"]  
reading_time: 1 minute  

---

# What is the difference between List and Set?

List can contain duplicate elements whereas Set contains only unique elements.Also,List are ordered whereas sets are not ordered

## Answers

### Answer by Anonymous User

List can contain duplicate elements whereas Set contains only unique elements.Also,List are ordered whereas sets are not ordered


---

Original Source: https://www.mindstick.com/interview/2514/what-is-the-difference-between-list-and-set

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
