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 |
Iterator in the HashMap is fail-safe means what?
What is the static field modifier?
what is jndi?
What is serial version uid and its importance in java?
Which Java operator is right associative?
How do you identify independent and dependent variables?
What are the core java topics?
Why chararray() is preferred over string to store the password?
How to call static method?
What are the advantages of java over cpp?
What is broken and continue statement?
write the hierarchy of component class?