Same common question what is Map,Set,HashMap,List????
Answer Posted / dsr
Map,set ,List are collection interfaces.
HashMap is a collection class.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Name few java util classes introduced with java 8 ?
What is difference between static class and normal class?
Can we restart a dead thread in java?
What is private protected in java?
Can static methods be inherited?
What is difference between equals and hashcode method?
What is internal iteration in java se 8?
What is a constructor overloading in java?
What is the final blank variable?
Where pragma is used?
Can a class have multiple constructors?
What is difference between protected and private?
What is the difference between length and length() method in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is immutable state?