Skip to main content

Home/ Java/ Group items tagged collections

Rss Feed Group items tagged

Javin Paul

What is the difference between Synchronized Collection classes and Concurrent Collectio... - 0 views

  •  
    Collections classes are heart of java API though I feel using them judiuously is an art.its my personal experience where I have improved performance by using ArrayList where legacy codes are unnecesarily used Vector etc.JDK 1.5 introduce some good concurrent collections which is highly efficient for high volume , low latency system.
mahesh 1234

Hibernate Tutorial - javatpoint - 0 views

  •  
    Hibernate Tutorial. In this hibernate tutorial, we will learn basics of hibernate, inheritance mapping, collection mapping, component mapping, HQL, HCQL, Named Query, Caching and Integration of Hibernate with other frameworks.
Javin Paul

What is the difference between Enumeration and Iterator ? - 0 views

  •  
    A good explanation of frequently asked java interview question Iterator vs Enumeration.Between two Enumeration is older and its there from jdk 1.0 while iterator was introduced later.The functionality of Enumeration interface is duplicated by the Iterator interface.
1 - 3 of 3
Showing 20 items per page