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 |
where exactly collections are usefull in realtime
What is the purpose of assert keyword used in jdk1.4.x?
we have a 100 classes at that time which class we have to write main method? pls help me
When is the finally clause of a try-catch-finally statement executed?
Explain about static imports in java?
What are the super most classes for all the streams?
What is the use of default method in interface in java? Explain
How many bytes is a string?
What is the maximum size of byte array in java?
Can a singleton class be inherited?
How many types of exception can occur in a java program?
What is java Applet?