Explain Linked HashSet
Java LinkedHashSet class is a Linked list and Hash table implementation of the Set interface. It contains unique elements same as a HashSet. Linked HashSet in Java also provides optional set operations that can maintain the order of insertion.
Is This Answer Correct ? | 0 Yes | 0 No |
What languages are pass by reference?
Can you extend more than one interface?
What is string [] args?
What is externalizable?
what is the use of clone method? why user cant overwrite in sub class without its proper defination.
What is the longest unicode character?
What are the different types of data structures in java?
What is the difference between abstract class and interface?
What does += mean coding?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is the argument type of main() method?
What is variable length arguments in java?