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 are pass by reference and pass by value?
What is final, finally, finalize?
How do we access static members in java?
Which is best ide for java?
What is application tier?
What is the difference between a switch statement and an if statement?
Difference between this() and super() in java ?
Can we override compareto method?
Which are the two subclasses under exception class?
What is a hashmap used for?
Can you explain the private protected field modifier?
Is math class static in java?
Can we declare an interface as final?
What is a stringbuilder?
Is it possible to override private or static method in java?