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 |
What is a consumer in java?
If set accepts only one argument then how can it compare two objects to avoid duplicates
What are the fileinputstream and fileoutputstream?
What is identifier in java?
Can we override the static methods?
What is difference between fileinputstream and filereader in java?
Difference between method overloading and method overriding in java ?
Is string is a keyword in java?
What are the classes of java?
What are untrusted applets?
String Reverse in Java...!
what is main purpose of abstract class?