Understanding Java Collection Framework

Thought of sharing my understanding about utilizing java collection classes , so here is the post

History : Vector & HashTable are introduced very first in JDK 1.0 and then complete collection framework is introduced in JDK 1.2. You can see complete hierarchy of collection framework here. Here i am going to explain their uses in short

image 

image

image

Comments

  1. Very nice article.

    ReplyDelete
  2. Nice stuff, I was asked about collections framework in an interview today. I need to learn how to use them.

    Nice post
    Helen Neely

    ReplyDelete
  3. it would be helpful if someone can explain with an example that how can we use them.

    ReplyDelete
  4. @Nilima Just google for it you will get enough examples for each of above classes.

    ReplyDelete

Post a Comment

Popular posts from this blog

Composite Design Pattern by example

State Design Pattern by Example

Eclipse command framework core expression: Property tester