Are duplicates allowed in list?



Are duplicates allowed in list?..

Answer / Avishant Dubey

Yes, duplicates are allowed in a List. The List interface is a general data structure that can be implemented by various concrete classes like ArrayList and LinkedList.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Give a real time example of stack

1 Answers  


What happens if we try to insert duplicate key in hashmap?

1 Answers  


Explain binary tree traversals?

1 Answers  


What are sorting algorithms used for?

1 Answers  


Explain the term base case?

1 Answers  


What is the impact of signed numbers on the memory?

1 Answers  


What are the parts of root node?

7 Answers   BMC, JCE, TCS,


Is null allowed in list?

1 Answers  


What is data structure explain in detail?

1 Answers  


What are binary search and fibonacci search?

1 Answers  


How can you correct these errors?

1 Answers  


Define threaded binary tree.

1 Answers  


Categories