Answer Posted / vinod varma
set is an interface which doesnot allows the duplicate values
where as list is also an interface which allows the
duplicate values and we may not guarantee the order of
elements in set
but we can get the elements from list according to their
indexes. we may not insert the elements into set at the
specific index, but possible in list.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is the nested interface?
What does int [] mean in java?
What is method overloading and method overriding?
Is string a class in java?
What is the point of polymorphism java?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Is empty in java?
Explain about fail safe iterators in java?
What do the thread?class methods run() and start() do?
Why does java have two ways to create child threads?
Whats the difference between notify() and notifyall()?
What is concurrent hashmap and its features?
Does java support multiple inheritance or not?
How do you clear a method in java?
What is java abstraction with example?