Difference between array and arraylist.
Answer Posted / sitaram
Array is static,only one data type values are storing. Size
Does not grow, its fixed
ArrayList is dynamic,different data type values are storing.
By adding values, it grows
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is Classloader in Java?
What does @param args mean in java?
What is the independent variable in an experiment?
What is the difference between an array and an array list?
What is illegal identifier in java?
What is the difference between the paint() and repaint() methods?
Can we change the scope of the overridden method in the subclass?
What does int [] mean in java?
What is java reflection api?
Can we nested try statements in java?
How does split work in java?
how we can make a write-only class in java?
What is increment in java?
List out benefits of object oriented programming language?
What are the differences between throw and throws?