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
Is ++ operator thread-safe in java?
What is api in java?
How to add menushortcut to menu item?
What is exception hierarchy in java?
Explain what pure virtual function is?
What is string in java with example?
What's the default access specifier for variables and methods of a class?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
In java, what is the difference between method overloading and method overriding?
Explain the importance of throws keyword in java?
State two differences between C and Java.
What is a local block?
What are byte codes?
What is the += operator called?
What is the difference between the font and fontmetrics classes in java programming?