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 are command line arguments?
What is anagram word?
Does java allow default arguments?
What are the different ways to handle exceptions?
How would you format a date in java? I.e. In the ddmmyyy format?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is meant by event handling in SAX parser?
define the terminology association.
What is the importance of static variable?
What is the difference between interpreter and compiling ?
How do you get length in java?
What is matcher in java?