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
What is stringbuffer in java?
Describe the process as to how substring() methodology mechanisms in java.
What are parsing rules?
Why is stringbuffer called mutable?
Why Java doesn’t support multiple inheritance?
What is the use of a copy constructor?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
how its run?
What is the base class of all exception classes in java?
Why vector is used in java?
What are the 7 types of characters?
Is intellij better than eclipse?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are the differences between c++ and java?
Write a program in java to find the maximum and minimum value node from a circular linked list.