What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / pankaj gupta
in array the size of array is fixed but in case of arraylist
we can add element dynamicaly.
in linkedlist we deal with pointers but their is no pointers
in case of arraylist(eg.c#).
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Can you give few examples of final classes defined in java api?
Tell me are there implementations for sorting and searching in the java libarary?
What is entry set in java?
How do you override a method in java?
What is rule of accessibility in java?
How to display arraylist values in java?
What is main string [] args?
What is the benefit of abstract class?
What is method and methodology?
what is the difference between process and thread? : Java thread
Differentiate between overriding and overloading cases?
What is your platform?s default character encoding and how to know this?
What are autoboxing and unboxing? When does it occur?
What is meant by javabeans?
What are data structures in java?