What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / g.arun
Array is not growable and Arraylist is growable
We can access elements in a Arraylist randomly and in
LinkedList we cannot(means for accessing an element we have
traverse from first elemet in Linkedlist.
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
Write a java program to check if a number is prime or not?
What is an object in java and how is it created?
How listener identify that the event came from a particular object?
What does flag mean in java?
What is thread life cycle in java?
What is the use of parseint in java?
What is continuity of a function?
What is the reflection?
Which class is the superclass of all classes?
What is string in java? String is a data type?
What is the difference between an array and an array list?
What is the private method modifier?
How to sort an unsorted array in java?
What does i ++ mean in Java?
How many bits is a char?