Java - Collection - List

List:

  • List is an interface
  • When we need to allow duplicates and insertion order should maintain then will go for list.
Types:
  • ArrayList
  • LinkedList
  • Vector

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab