What are the similarities between an array and an ArrayList?
Answer Posted / manikandan [ gtec,vellore ].
both array and arraylist can store a duplicate elements in
un ordered way.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Why Java doesn’t support multiple inheritance?
What is mutable object and immutable object?
What is not thread safe?
When do we need to use internal iteration? When do we need to use external iteration?
What are access specifiers in java ?
What are the advantages of user defined functions?
Which is the best approach for creating thread ?
When do you call copy constructor?
What are advantages and disadvantages of OOPs?
When do we use synchronized methods in java?
Can we override constructor in java?
Why is static used?
Why we used break and continue statement in java?
How do you convert an int to a string in java?
Can a class be final?