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
How define set in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?
How many types of equations are there?
What is difference between add() and addelement() in vector?
Can you extend main method in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What are java packages? What is the significance of packages?
What do you understand by soft reference?
What is ph and buffers?
Are registers volatile?
What is sortedmap in java?
Which method cannot be overridden in java?
What is navigable map in java?
Is logger a singleton?
what are synchronized methods and synchronized statements? : Java thread