Does list maintain insertion order java?
Answer / Gaurav Jeet
In Java, ArrayList maintains the insertion order of its elements. However, LinkedList also maintains the insertion order.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Java switch statement, and how can it be used?
What are access specifiers in java ?
1 Answers Akamai Technologies,
What is an array and a vector? How they different from each other?
What is a Null object?
Can an interface implement another interface?
can we create instance for interface in java?
Variables used in a switch statement can be used with which datatypes?
Can an anonymous class be declared as implementing an interface and extending a class?
What is preparedstatement in java?
Is java map thread safe?
Is vector thread safe in java?
What happens when I use / and % with a negative numerator?