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 update method called?
What are streams in java 8?
What is the difference between the final method and abstract method?
What is the latest java version?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
How do you empty a list in java?
Can we use synchronized block for primitives?
How listener identify that the event came from a particular object?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is the difference between a method and a procedure?
Why is singleton not thread safe?
How many bytes is a string java?
What is java algorithm?
What is the primitive type short?
What is difference overloading and overriding?