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
Why do you canvas?
can I implement my own start() method? : Java thread
How do you sort a set in java?
Write a program to find the whether a number is an Armstrong number or not?
What is difference between calling start() and run() method of thread?
What are the different approaches to implement a function to generate a random number?
I don’t want my class to be inherited by any other class. What should I do?
How do you remove duplicates from an array in java?
Explain wait() method of object class ?
What is a nested list?
What is the importance of finally block in exception handling?
Is void a keyword in java?
Explain the term virtual machine?
Why java is considered dynamic?
What do you mean by platform independence? What is an interface?