GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  What is the difference between ArrayList and Vector otherthan arrayList is not synchronised but Vector is?



October 10, 2006 13:40:07 #3
 valanarasu   Member Since: September 2006    Total Comments: 7 

RE: What is the difference between ArrayList and Vecto...
 

 In ArrayList we can store only the same data type values. But in Vector we can store the different data type values.

     

 

Back To Question