Skip to main content

Home/ Java/ Group items tagged core-java-interview-question

Rss Feed Group items tagged

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.
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.
1 - 2 of 2
Showing 20 items per page