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 object in java?
What is nextline method in java?
What are constructors in java?
How to instantiate static nested classes in java?
What is type inference in java8?
How we can generate random numbers in java?
what is the difference between yielding and sleeping? : Java thread
Is alive and join method in java?
What are the various access specifiers for java classes?
What is local class in java?
How do you reverse a word in java?
Is age a discrete variable?
What is unicode used for?
What is the collections api?
What is the use of StringTokenizer class?