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
Write a function to print Fibonacci series and Tribonacci series?
What are the main differences between the java platform and other platforms?
what are Hostile Applets?
Can the garbage collection be forced by any means?
Is null in java?
Why is the main method static?
What is a protected class in java?
What is the use of string and stringbuffer?
Why are the methods of the math class static?
In which language java is written?
What is the base class in java from which all classes are derived?
How is garbage collection controlled?
What are instance variables?
What are the different approaches to implement a function to generate a random number?
What is an off by one error in java?