---
title: "What is the difference between Set and Map?"  
description: "What is the difference between Set and Map?"  
author: "Anonymous User"  
published: 2015-05-12  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2516/what-is-the-difference-between-set-and-map  
category: "java"  
tags: ["java", "collection"]  
reading_time: 1 minute  

---

# What is the difference between Set and Map?

Set contains values only whereas Map contains key and values both.

## Answers

### Answer by Anonymous User

Set contains values only whereas Map contains key and values both.


---

Original Source: https://www.mindstick.com/interview/2516/what-is-the-difference-between-set-and-map

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
