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
Can a constructor call another constructor?
Explain a few methods of overloading best practices in java?
What are the 2 types of java programs?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is the generic class?
Which is the class in java?
Can we catch more than one exception in single catch block?
What is a nonetype?
What is boolean data type in java?
Which methods are used during serialization and deserialization process?
What are three advantages of using functions?
What is the difference between post and put?
Does string is thread-safe in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is re-factoring in software?