Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What do you understand by synchronization? Why is it important?

1114


What are the different types of ways where you can iterate over a list? : java collections

1102


What are maps interfaces in the java collections? : java collections

1118


What is the Spring2.5 MVC Navigation flow?

6478


What are the different types of classes implemented in the set interfaces? : java collections

1107


What is java collection? : java collections

1177


Should we create system software ( e.g operating system ) in java ?

1093


What are the interfaces in java collections? : java collections

1210


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

2167


What is the difference between comparable and comparator in java.util pkg?

1167


How is hashset maintained in memory by java ?

1202


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

2402


What are the differences between the java collection and the java list? : java collections

1173


What are the types of the main implementing classes in the map interfaces? : java collections

1208


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

1100