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
Write a java program for binary search?
What is the difference between an argument and a parameter?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How finally used under exception handling?
What is a prefix function.write down a code to compute prefix function.
Why declare Main() method as a static in java ?
Explain the importance of throwable class and its methods?
What is java full form?
Is java based on c?
what is method reference in java 8?
What's the purpose of using break in each case of switch statement?
Difference between string, stringbuffer and stringbuilder?
What is :: operator in java 8?
Can an interface be defined inside a class?
What do you understand by Header linked List?