---
title: "What is the advantage of generic collection?"  
description: "What is the advantage of generic collection?"  
author: "Anonymous User"  
published: 2015-05-13  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/2526/what-is-the-advantage-of-generic-collection  
category: "java"  
tags: ["java", "collection", "generics"]  
reading_time: 1 minute  

---

# What is the advantage of generic collection?

If we use generic class, we don't need typecasting. It is typesafe and checked at compile time.

## Answers

### Answer by Anonymous User

If we use generic class, we don't need typecasting. It is typesafe and checked at compile time.


---

Original Source: https://www.mindstick.com/interview/2526/what-is-the-advantage-of-generic-collection

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
