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 the difference between ArrayList and Vector

Answer Posted / kishore kumar naidu n

ArrayList Vector
1>. NOT synchronized 1>.Synchronized by Default
2>. Use only Iterator to 2>.Can use Iterator and Enumerator
access elements interface to access elements
3>. It increase it's size 3>.Default it double it's size
by 50% if it run out
off room
4>. No default size 4>.Default size is 10.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hash table in java?

1086


What is :: operator in java?

1025


What do you understand by a Static Variable?

1262


Is int primitive data type?

987


What are implicit objects in java?

1020


What is casting in java programming?

1082


What is collection api?

1104


How do you ensure that n threads can access n resources without deadlock?

1353


What is string value?

1224


Write a program to print 15 random numbers using foreach of java 8?

977


Explain the difference between intermediate and terminal operations in java8?

1161


what is meant by HQL?

1118


What are anonymous inner classes?

1054


What is an infinite loop in java? Explain with an example.

1109


What are autoboxing and unboxing? When does it occur?

1014