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 a file pointer?
what is heap memory?
Can we cast any other type to boolean type with type casting?
What is an i/o filter?
What is a nested list?
What is a byte array?
What is 32 bit float?
Is minecraft 1.15 out?
What is starvation?
What happens when a thrown exception is not handled?
What is int lol?
Can you use abstract and final both with a method?
Can you extend main method in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What about static nested classes in java?