prasanna laxmi
what is arrylist and vectors in asp.net ?
By prasanna laxmi in ASP.NET on May 09 2008
  • Niradhip Chakraborty
    May, 2008 16

    The basic difference between a Vector and an ArrayList is that, vector is synchronized while ArrayList is not. Thus whenever there is a possibility of multiple threads accessing the same instance, one should use Vector. While if not multiple threads are going to access the same instance then use ArrayList. Non synchronized data structure will give better performance than the synchronized one.

    • 0
  • Raj Kumar
    May, 2008 9

    Vector is synchronized whereas arraylist is not.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS