What Are The Advantages Of Collections Framework?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the advantages of collections framework are:
  • The reduce development effort by using core collection classes rather than defining collection classes.
  • The code quality is improved with the use of completely tested collections framework classes.
  • Reduce some effort for code maintenance by utilizing collection classes with the JDK.
  • Collection framework also provides reusability and Interoperability.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java Play Interview Questions

    What Is JAVA Play Framework?

    Play Framework makes it easy to build scalable, fast and real-time web applications with Java and Scala. In other words..

    Java Play Interview Questions

    What Do You Mean By The Java Collection Framework?

    Collections are utilized in various programming languages and basic release contained some classes for collections such..

    Java Play Interview Questions

    What Is The Advantage Of Generic In Collection Framework?

    The Java 1.5 came with Generic and more collection interfaces and implementations use it mostly. The Generics provide u..