What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / sureshkumar
Using array we can stored value by using index.
Using arraylist we can stored value by using key.so we can
retrive the values by using key and we can remove the value
from arraylist by using key.So the array overflow problem
wont happen.
Is This Answer Correct ? | 8 Yes | 26 No |
Post New Answer View All Answers
Is hashmap thread safe?
How to perform linear search in java?
What causes memory leak in java?
What is the final class?
What is jar?
What is object data type?
How do you check if a number is a perfect square?
What is a protected method?
What is casting in java programming?
How do I find and replace in word?
What is a percentage sign called?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Do I need java on my computer?
Is main an identifier?
What is jagged array in java?