How does list work in java?



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

Post New Answer

More Core Java Interview Questions

What is abstraction in java?

1 Answers   Akamai Technologies,


Can size_t be negative?

1 Answers  


what are the rules to use try catch finally?

1 Answers   Satyam, UJ,


Can private class be inherited in java?

1 Answers  


What is a instance variable in java?

1 Answers  


Can we have multiple classes in single file ?

1 Answers  


Tell me a few examples of final classes defined in Java API?

1 Answers   DELL,


What is parameters example?

1 Answers  


Can we have two methods in a class with the same name?

1 Answers  


Can an integer be a string?

1 Answers  


what is java

10 Answers  


What is Overriding and how can it be used?

7 Answers   Consagous, Wipro,


Categories