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 is the constructor?
what is synchronization? : Java thread
What are autoboxing and unboxing? When does it occur?
What is the final method?
What is the similarity between dynamic binding and linking?
Name few java.lang classes introduced with java 8 ?
What are the important methods of java exception class?
How do I run java on windows?
Tell us something about an iterator.
What are inbuilt functions in java?
What is overriding in java?
What is the order of arraylist in java?
How many bytes are there?
Explain jvm, jre, and jdk?
What is tcp and udp?