Can arraylist store objects?
Answer / Amber Goel
Yes, an ArrayList can store objects. You can use ArrayList<Object> to declare a list that stores any type of object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can arraylist store primitives?
What is immutablelist?
What is non linear data structure with example?
What are the advantages of stack?
Describe the height term in a tree.
What are the types of binary tree?
Is priority queue sorted?
What does the dummy header in the linked list contain?
Is merge sort better than quick?
Why use a tuple instead of a list?
Explain linked list in short.
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?