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
How many types of literals are there in JAVA?
What is a memory leak in java?
How many types of variables are there?
What will happen when using pass by reference in java?
What do you understand by looping in java? Explain the different types of loops.
What are the limitations of procedural programming approach?
Explain the difference between serializable and externalizable in java?
Is string serializable in java?
How will you print number in reverse (descending) order in BST.
What is a flag and how does it work?
What are advantages of exception handling in java?
Differentiate between run time error and syntax error.
Why do we use threads in java?
What is garbage collection? What is the process that is responsible for doing that in java?
What is an object's lock and which object's have locks in java programming?