Skip to main content

Home/ Java/ Group items tagged hashtable-hashmap

Rss Feed Group items tagged

Javin Paul

How HashMap works in Java - 0 views

  •  
    How HashMap works in Java or sometime how get method work in HashMap is common interview questions now days. Almost everybody who worked in Java knows what hashMap is, where to use hashMap or difference between hashtable and HashMap then why this interview question becomes so special? Because of the breadth and depth this question offers. It has become very popular java interview question in almost any senior or mid-senior level java interviews. Questions start with simple statement "Have you used HashMap before" or "What is HashMap? Why do we use it "
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