A Map stores key-value pairs for fast data retrieval.
Maps are used for storing data in key-value pairs, allowing efficient lookup, insertion, and deletion based on keys. This is particularly useful in scenarios like an e-commerce application where you need to quickly access product details by a product ID.