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 vector?
Can we access instance variables within static methods ?
How many bytes is 255 characters?
Why object class is super class for every class in java?
How to sort array in descending order in java?
Explain where variables are created in memory?
Is it possible to override private or static method in java?
Why string is immutable with example?
What is byte [] in java?
how can i use a nonsynchronized hashtable?
What is the difference between the paint() and repaint() methods in java programming?
List some java keywords sun like c, c + + keywords?
What are java packages?
Can a constructor be protected?
What is independent and dependent variables in research?