View Single Post
  #1 (permalink)  
Old 12-05-2007, 03:47 PM
mew mew is offline
Member
 
Join Date: Nov 2007
Posts: 70
mew is on a distinguished road
Declaring Vector
Code:
List vector1 = new Vector(); Vector vector2 = new Vector();
What the difference between vector1 and vector2. Do both have same methods available?? Whats the real difference.

Please write on this.
Reply With Quote
Sponsored Links