After searching on the web I didn’t found a well-done article on the JCF and what
there was prior of the framework.
Does anyone know a book, site or itself a good history paper on the question title?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From Josh Bloch’s introduction to the (his?) collection framework:
So before Java 1.2 we already had utility classes for common data structures (Vector, Hashtable) but those classes didn’t share the common interfaces (
java.util.Collection,java.util.List, …) that are the basis of the collection framework.