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
What does a boolean method return?
How to retrieve data from database in java using arraylist?
What does serializing data mean?
What is the difference in between cpp and java? Can u explain in detail?
What are the disadvantages of object oriented programming?
Where local and global variables are stored?
what is thread in Java ?
Explain the use of javap tool.
What is tree in java?
What is difference between equal and == in java?
What is sortedset in java?
What is the advantage of preparedstatement over statement?
Why inputstreamreader is used in java?
Where can I find jdk in my computer?
What is a class component?