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
Why is stringbuffer not immutable?
What are the skills required for core java?
What is variable argument in java?
How does map works in java?
What is one third plus one third as a fraction?
Does java trim remove newline?
Can we override singleton class?
What is the main purpose of java?
Explain java coding standards for interfaces?
Difference between Preemptive scheduling vs. Time slicing?
Is it necessary for the port addresses to be unique? Explain with reason.
What is method with example?
What is loop in java?
Explain how to convert any java object into byte array.
What is the purpose of javac exe?