Difference between array and arraylist.
Answer Posted / nagarjunareddy.sannapareddy
array is a collection of similar type of data and the
capacity of array is fixed and it define with in system name
pace
array list it hold different type of data and the capacity
of hairstylist is increase dynamically it define withe in
system.collections name space
| Is This Answer Correct ? | 29 Yes | 10 No |
Post New Answer View All Answers
What is the difference between synchronized and synchronized block?
What are disadvantages of java?
What is the independent variable in an experiment?
what is object slice?
What is comparable and comparator interface? List their differences
Can the interface be final?
What is binary tree in java?
What is use of set in java?
What is meant by data hiding in java?
How do you achieve polymorphism in java?
How many types of classes are there in java?
Why bytecode is called bytecode?
Explain oops concepts in detail?
How to sort array of 0 and 1 in java?
Can we use static class instead of singleton?