what is difference between set and list in collection?
Answer Posted / chris
Set does not permit duplicate elements, List does. Also, Set
does not guarantee any iteration order, whereas List does.
Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
what is synchronization and why is it important? : Java thread
'A class is a template for an object' explain this statement.
What are the five major types of reference sources?
What are Normalization Rules? Define Normalization?
What is a numeric digit?
How does arraylist work in java?
What is functional interface in java?
Define a java class.
What are the differences between string and stringbuffer?
Explain how can you debug the Java code?
Can an unreferenced object be referenced again?
Why are global variables used?
What is a parameter in a function?
What are heterogeneous objects?
What data structures are used to perform recursion?