What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / satya
Every body missed out one main difference i.e Array used to
store primitive data(of type int,char etc.,) values where
as Arraylist is user to store objects.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What an i/o filter?
What are the types of collections in java?
What are advantages of exception handling in java?
Can we extend a class with private constructor?
Variables used in a switch statement can be used with which datatypes?
What is map and hashmap in java?
Can we overload final method in java?
Can we have 2 main methods in java class?
What is the use of static methods?
What is the nested interface?
How many decimal places is a double?
Can singleton class be inherited in java?
what is aggregation in java?
Can I use % with real numbers?
What is the difference between I ++ and ++ I in java?