What are the similarities between an array and an ArrayList?
Answer Posted / harikrishna
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 |
Post New Answer View All Answers
How does multithreading take place on a computer with a single cpu?
How is tree Mirroring implemented?
What are the 6 boolean operators?
What is a linkedhashmap java?
What is a instance variable in java?
When can you say a graph to be a tree?
What is the constructor?
What is int lol?
What are the main differences between the java platform and other platforms?
What causes memory leak in java?
What is the purpose of assert keyword used in jdk1.4.x?
How does compareto work in java?
Explain static nested classes ?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Can you use abstract and final both with a method?