List interface?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What an i/o filter in java programming?

596


What is externalizable interface?

576


What does it mean that a class or member is final?

551


What are Normalization Rules? Define Normalization?

545


Can set contain duplicates?

538






Can we have return statement in finally clause? What will happen?

510


Why does java not support operator overloading?

656


What are runtime exceptions?

607


What is the static import?

580


What is meant by main method?

577


What does 3 dots mean in java?

511


Explain with example the concept of constant variable in java.

620


What is null object in java?

567


What is entry in java?

526


Name few java util classes introduced with java 8 ?

495