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:  Tell me the differences between enumeration and iteration?Which can use where in realtime?



August 08, 2008 03:38:27 #8
 usguru   Member Since: June 2008    Total Comments: 2 

RE: Tell me the differences between enumeration and iteration?Which can use where in realtime?
 
Iterator has remove() method, Enumeration does not have this method.
     

 

Back To Question