Difference between array and arraylist.
Answer Posted / ravikiran
array is the one which can save similar data typed elements.
And the size is limited.
arraylist is a collection which is capable of saving
different data typed objects,And is growable.
Is This Answer Correct ? | 373 Yes | 49 No |
Post New Answer View All Answers
What is the basic concept of java?
What are the five major types of reference sources?
Can a constructor call the constructor of parent class?
Can we catch more than one exception in single catch block?
What is byte data type?
What is the symbol for space?
What is void data type?
What is the use of predicate in java 8?
What is collections framework?
Are strings immutable in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the purpose of the main method?
What is the java reflection api? Why it’s so important to have?
What is a singleton puppy?
Difference between method overloading and overriding.