Difference between array and arraylist.
Answer Posted / sharath
Array is collection of similar
data items.
ArrayList is a utill package its a collection.
Array can store primitive and fixed size.
ArrayList are Stores object only and resizable.
| Is This Answer Correct ? | 45 Yes | 9 No |
Post New Answer View All Answers
What is a singleton in genetics?
Which sort is best in java?
What are static variables and functions?
What is a substring of a string?
What is the difference between array and array list in java?
What is the use of bufferedreader?
What is int lol?
What is collections framework?
How do you use compareto in java?
How to obtain a performance profile of java program
What is field name?
Can java list be null?
Why does my function print none?
What is static and final keyword in java?
What is the difference between abstract classes and interfaces?