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
What are jee technologies?
Give me an example of array and linked list? Where they can be used?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is hasnext in java?
What is the concatenation operator in java?
What ide should I use for java?
What technique can be employed to compare two strings?
What is bufferedwriter?
Can I overload to string method
How is abstraction implemented in java ?
What's the difference between int and integer in java?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is string literal in java?
What is the do while loop syntax?
What is difference between iterator access and index access?