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 |
Give a real time example of stack
What happens if we try to insert duplicate key in hashmap?
Explain binary tree traversals?
What are sorting algorithms used for?
Explain the term base case?
What is the impact of signed numbers on the memory?
What are the parts of root node?
Is null allowed in list?
What is data structure explain in detail?
What are binary search and fibonacci search?
How can you correct these errors?
Define threaded binary tree.