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
Why singleton class is used in java?
why java does not support unsigned keyword?
Why lambda expression is used in java?
Is list ordered in java?
Are arrays immutable in java?
Can we use switch statement with strings?
What is the gregoriancalendar class in java programming?
List out benefits of object oriented programming language?
What is the purpose of declaring a variable as final?
What is the ==?
How can a gui component handle its own events?
What is output buffer?
What is collection sort in java?
Can we serialize static variables in java?
What is the range of the short type?