What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / sureshkumar
Using array we can stored value by using index.
Using arraylist we can stored value by using key.so we can
retrive the values by using key and we can remove the value
from arraylist by using key.So the array overflow problem
wont happen.
| Is This Answer Correct ? | 8 Yes | 26 No |
Post New Answer View All Answers
What is the public method modifier?
What are the differences between graph and tree?
What are the different types of collections in java?
Why is whitespace important?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is multiple inheritance? Is it supported by java?
What are the advantages of assembly language?
what is the final keyword denotes in java?
What is the function of character?
What are structs in java?
Write a code to show a static variable?
Highest level event class of the event-delegation model?
Explain the difference between hashmap and hashtable in java?
Name four container classes.
What is public static?