Answer Posted / may
set stores elements in an unordered way but does not
contain duplicate elements,where as it stores elements in
an ordered way but may contain duplicate elements.
| Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
Explain what is Marker interface?
What does this () mean in constructor chaining concept?
What are the 4 types of characters?
How do you execute a thread in java?
Convert Binary tree to linked list.
Can we inherit inner class?
What is the exception hierarchy in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Explain hashset and its features?
why java does not support unsigned keyword?
What is ternary operator in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
what do you mean by classloader in java?
What is the difference between heap and stack memory?
How to create a fecelet view?