How HashSet works in Java? How HashSet eliminates duplicates in Java?
This is very popular interview question for both beginners and experienced.
HashSet internally uses HashMap for storing the data and retrieving it back.
So if you know how...
Home
»
Archives for April 2016
Java Interview Questions
in
Interviews,
Java
- on 04:14:00
- No comments

Java Interview Questions
Java interview questions and answers focused on "Method overriding and Method hiding".
There are interview questions on other topics like Multithreading, Exception Handling, Type Casting, Ambiguous Overloaded methods etc...