---
title: "What is the difference between HashMap and TreeMap?"  
description: "What is the difference between HashMap and TreeMap?"  
author: "Anonymous User"  
published: 2015-05-12  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2518/what-is-the-difference-between-hashmap-and-treemap  
category: "java"  
tags: ["java", "collection"]  
reading_time: 1 minute  

---

# What is the difference between HashMap and TreeMap?

HashMap maintains no order but TreeMap maintains ascending order.

## Answers

### Answer by Anonymous User

HashMap maintains no order but TreeMap maintains ascending order.


---

Original Source: https://www.mindstick.com/interview/2518/what-is-the-difference-between-hashmap-and-treemap

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
