what is difference between vector and arraylist?.
Answer Posted / arjun kumar
If we want to arrange a collection of objects into an other object then we will use either ArrayList or Vector. When we use these classes all the objects that are placed in it will be stored sequentially one after the other.
ArrayList : If we want to store same type of objects then we will use ArrayList class.
Vector : If we want to store different type of objects then we will use Vector class.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the types of java collections? : java collections
Which sorting algorithm is used by collections.sort() in java ?
please mail me the interview question based on java/j2ee
What is the use of the list interface in the java collection? : java collections
can u draw class/object diagram for ATM
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Should we create system software ( e.g operating system ) in java ?
what is mean by hasing and maping in java platform and advantage?
What are maps interfaces in the java collections? : java collections
What are the types of interface used in the java collections? : java collections
What do you understand by synchronization? Why is it important?
What are the classes in the java collection framework? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What is the Spring2.5 MVC Navigation flow?
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.