Difference between array and arraylist.
Answer Posted / priya
Simply,
Array is static ie, Size Does not grow, its fixed
ArrayList is dynamic, By adding values, it grows
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the two types of java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Is java an ide?
What is set in java?
How does arraylist size increase in java?
Is null == null in java?
Can a method inside a interface be declared as final?
What are java packages?
What is the java idl system?
Explain the difference between a Thread and a Process.
What are conditionals and its types?
Name few java.lang classes introduced with java 8 ?
Is java a software?
Give few examples of final classes defined in Java API?
Write a program to find the greatest of three numbers in java?