Can arraylist be empty?
Answer / Babeeta Devi
Yes, an ArrayList can be empty. By default, when a new ArrayList is created, it is empty.
| Is This Answer Correct ? | 0 Yes | 0 No |
which notations are used in evaluation of arithmetic expressions using prefix and postfix forms?
How does a heap sort work?
Describe avl tree or height balanced binary search tree.
How helpful is abstract data type of data structures?
Can you provide some implementation of a dictionary having large number of words?
Can arraylist contain null?
Differentiate between compilers and interpreters.
Which language is best for data structures and algorithms?
Which is the parent class of linkedlist class?
Is array immutable?
What are the differences between b tree and b+ tree?
How does shell sort work?