Difference between array and arraylist.
Answer Posted / ravikiran
array is the one which can save similar data typed elements.
And the size is limited.
arraylist is a collection which is capable of saving
different data typed objects,And is growable.
Is This Answer Correct ? | 373 Yes | 49 No |
Post New Answer View All Answers
What is an interface in java?
What is ascii format?
What is type parameter in java?
Why declare Main() inside the class in java ?
What is the difference between yield() and sleep()?
What are the advantages and disadvantages of object cloning?
Are floats faster than doubles?
Difference between concurrent hashmap and hashtable and collections
What is casting in java programming?
How do you check whether the list is empty or not in java?
Can we declare array without size in java?
Is a char always 1 byte?
Define immutable object?
What does this () mean in constructor chaining concept?
What is the purpose of extern variable?