Difference between array and arraylist.
Answer Posted / karunakar
Array is the collection of values of the same data type
>the variables in an array is called array elements
>Array is a reference type data type
>The array structure in System's Memory
Array list is a class .
when you want to access the elements of an array through its
index value location in an array,use an ArrayList.
The use of the arraylist is an alternative to the use of th
array.
The Methods Of ArrayList class are
1)Add
2)Remove
3)Clear
4)Insert
5)TrimToSize
6)Sort
7)Reverse
| Is This Answer Correct ? | 47 Yes | 12 No |
Post New Answer View All Answers
How many decimal digits is 64 bit?
write a program that list all permutations of ABCDEF in which A appears before B?
List primitive java types?
What is the core java?
What is lossy conversion in java?
what is the difference between future and callable interface in java?
Where to store local variables?
Why lambda expression is used in java?
What are latest features introduced with java 8?
What are the classes of java?
How would overload a function based on return type?
What is the difference between == and === javascript?
What are annotations in java?
What are the different types of garbage collectors in java?
What is the use of default method in interface in java?