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
Why does java have two ways to create child threads?
Why parameters should be passed by reference?
What does java final mean?
What is the common usage of serialization?
What is an object's lock and which object's have locks in java programming?
Which is a valid identifier?
Is hashset ordered java?
What is outofmemoryerror in java?
What is a java developer salary?
Is null an object java?
What does n mean in java?
What is stored procedure. How do you create stored procedure ?
How can we find the actual size of an object on the heap?
How can the checkbox class be used to create a radio button?
Can we make a constructor final?