1.

What are the key benefits of using the Java Collections Framework?

Answer»

Collection framework provides all the implementation of available data STRUCTURE, which reduces the development time. All the classes are growable classes, that means we don’t need to PROVIDE the size at compile time. Later release Collection framework also starts supporting the Generics. Collection framework also starts supporting the thread collection class like ConcurrentHashMap and CopyOnWriteArrayList. Code quality also getting improved by USING well-tested collection API. Reduce code maintenance by using the collection framework. Collection API also provides the UTILITY class called Collections. Enhance the REUSABILITY and interpretability the code base.



Discussion

No Comment Found