What Do You Mean By The Java Collection Framework?

devquora
devquora

Posted On: Feb 22, 2018

 

Collections are utilized in various programming languages and basic release contained some classes for collections such as Vector, Stack, Hashtable, and Array. But the more scope and uses Java 1.2 came up with collections Framework the collections interfaces, implementations and different type algorithms.

    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 Are The Advantages Of Collections Framework?

    Some of the advantages of collections framework are: The reduce development effort by using core collection classes rat..

    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..