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 the meaning of immutable regarding string?
Enlist few advantages of inheritance?
What are classloaders?
What is the constructor?
Can you make a constructor final?
How dead lock situation occurs in java and how you can identify it?
What is the purpose of static methods and variables?
What is strings in java?
What are different data structures in java?
What are loops in java? What are three types of loops?
What is null data type?
How do you do absolute value in java?
How does multithreading take place on a computer with a single cpu in java programming?
What is the structure of java?
how to deploy tomcatserver to weblogic server? write d following steps?