Difference between array and arraylist.
Answer Posted / suhas
Array: can store primitive ArrayList: Stores object only
Array: fix size ArrayList: resizable
Array: can have multi dimensional
Array: lang ArrayList: Collection
framework
| Is This Answer Correct ? | 74 Yes | 12 No |
Post New Answer View All Answers
Is a class an object?
What is externalizable?
How to find the given number is a prime number or not by getting input from the user
What is a nonetype?
Is there is any difference between a scrollbar and a scrollpane?
What do you mean by append?
State some situations where exceptions may arise in java?
explain the difference between jdk and jvm?
State two differences between C and Java.
Can an interface extend another interface?
what is the purpose of using rmisecuritymanager in rmi?
What is a line break?
What is stringwriter?
What is data type in java?
Is null an object java?