View Single Post
  #9 (permalink)  
Old 12-11-2007, 07:43 AM
Shaolin Shaolin is offline
Member
 
Join Date: Nov 2007
Posts: 37
Shaolin is on a distinguished road
I tried that and got the following error:

Directory.java:56: cannot find symbol
symbol : method next()
location: class java.util.Vector<Employee>
System.out.println(vec.next());
Reply With Quote