How does list work in java?
Answer / Ranjana Yadav
"List" is an interface in Java.Collections framework that represents a collection of elements, ordered and possibly duplicate. ArrayList and LinkedList are popular implementations of List.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is abstraction in java?
1 Answers Akamai Technologies,
Can size_t be negative?
what are the rules to use try catch finally?
Can private class be inherited in java?
What is a instance variable in java?
Can we have multiple classes in single file ?
Tell me a few examples of final classes defined in Java API?
What is parameters example?
Can we have two methods in a class with the same name?
Can an integer be a string?
what is java
What is Overriding and how can it be used?