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
What is the old name of java?
what is thread in Java ?
What is java util hashmap?
What is anagram number?
What is the java reflection api? Why it’s so important to have?
Can java cast null?
What are the two types of java programming?
What is number data type?
What is a final class in java?
What is diamond operator in java?
Can we define static methods inside interface?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is tcp and udp?
What is an object in java?
Which java collection does not allow null?