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
What does arrays sort do in java?
Which number is denoted by leading zero in java?
What is get () in java?
Difference between notify() method and notifyall() method in java?
Which method must be implemented by all threads?
Explain the selection sort algorithm and state its time complexity?
List the interfaces which extends collection interface?
What about anonymous inner classes in java?
What is callable java?
How many types of memory areas are allocated by JVM in java?
What do you mean by light weight and heavy weight components?
What is communist flag?
Can set contain duplicates?
What is the maximum size of byte array in java?
Explain about field hiding in java?