Difference between array and arraylist.
Answer Posted / suhas
Array: can store primitive ArrayList: Stores object only
Array: fix size ArrayList: resizable
Array: can have multi dimensional
Array: lang ArrayList: Collection
framework
| Is This Answer Correct ? | 74 Yes | 12 No |
Post New Answer View All Answers
What are different types of constants?
When do I need to use reflection feature in java?
How is string immutable in java?
What is sorting algorithm in java?
What do you know about the garbage collector?
What is the use of java?
Why charat is used in java?
Can an interface have a constructor?
Can we split string with in java?
What are the main uses of java?
How many threads can java run?
When will we use them?
How to check if a list is sorted in java?
What are anonymous inner classes?
Why is singleton not thread safe?