Difference between array and arraylist.
Answer Posted / brijendra kumar soni(xavient)
Array is the Coolection of similar type of object.the size
of array is fixed while Array list is the collection of
different data types and the size of array list is growable.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is ++ a in java?
Why do we need autoboxing in java?
What do you mean by constant time complexity?
Explain about sets?
What is one third plus one third as a fraction?
What is module with example?
What an i/o filter?
Why you should not use singleton?
Can we have any code between try and catch blocks?
What is compiler and what its output.
How many digits can a float hold?
Can a java program have 2 main methods?
Can list be final in java?
Explain when classnotfoundexception will be raised ?
What is time complexity algorithm?