What is difference between hashset and hashmap?
Answer / Richa Verma
HashSet is a Set implementation that maintains its elements in no particular order. HashMap is a Map implementation that maps keys to values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why runnable interface is used in java?
what is polymorphism with example?types of polymorphism?
what is inner class in java?
What is n in java?
Can I learn java without any programming experience?
What is t in generics in java?
What is boolean example?
What is array list in java?
What an i/o filter in java programming?
How does a try statement determine which catch clause should be used to handle an exception?
Which package is used for pattern matching with regular expressions?
What is a values collection view ?