List interface?
Answers were Sorted based on User's Feedback
Answer / ravichandra
list inteface can have three types are 1.linkedlist
2.arraylist 3.vector
1.arraylist:It is dynamically growing array that stores
objects.It is not synchronized.
ex:-
ArrayList arl = new ArrayList();
2.Vector:-It is dynamically growing array that stores
objects.It is synchronized.
EX:-
Vector v= new Vector();
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
List interface provides classes and interfaces to save the
objects incliding duplicates.
Is This Answer Correct ? | 0 Yes | 2 No |
What is a variable declaration?
Why do we use variables?
What is lambda programming?
Garbage collection in java?
Briefly explain the term Spring Framework
Explain the importance of import keyword in java?
Difference between Interface & Abstract class?
How many bits is a string?
Are functions objects in java?
Is main an identifier?
What is bool mean?
what is the difference between Cpp And Java