difference between arraylist and linkedlist otherthan
performance
Answer Posted / rahul
There are lot of method in LinkedList like addFirst(),
addLat(), pop(), peak() etc.
But ArrayList dont.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What java is used for?
What is a dot notation?
Difference between static binding and dynamic binding?
Does java allow default arguments?
Can we have try without catch block?
How many threads can I run java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
why java does not support unsigned keyword?
What is arguments in java?
When should I use singleton pattern?
What is collection api?
What is t in parametric equations?
What modifiers may be used with a top-level class?
Why is multithreading important?
Why we go for collections in java?