What are the similarities between an array and an ArrayList?
Answers were Sorted based on User's Feedback
Answer / manikandan [ gtec,vellore ].
both array and arraylist can store a duplicate elements in
un ordered way.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / paks
Array is a create space of fix size while Arraylist is
depand on dynamic base .it create size depend on dynamic based
| Is This Answer Correct ? | 5 Yes | 8 No |
An array is indexed fixed number of homogeneous elements.
where as in ArrayList you can create any number of objects
with any type.
| Is This Answer Correct ? | 4 Yes | 10 No |
Can we serialize arraylist in java?
What is the life cycle of an Applet ?
What is bigger kb or mb?
What is the use of arraylist in java?
Can we restart a thread already started in java?
Why do we create threads in java?
What are the different data types in java?
What is the static block?
Is arraylist ordered?
Define jit compiler?
What interface is extended by awt event listeners?
List the different types of classloaders in java.