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
How do you use equal in java?
How infinite loop is declared?
Can two objects have same hashcode?
What is binary search in java?
Can we create an object of static class in java?
What do you mean by boolean?
What are locale settings?
How do you square a number?
How do you sort objects in java?
What technique is carried out to find out if a particular string is empty?
Can a constructor be private and how are this() and super() method used with constructor?
What is preflight request?
What is stack explain?
What is array size in java?
What will be the default values of all the elements of an array defined as an instance variable?