View Single Post
  #3 (permalink)  
Old 05-14-2008, 02:44 PM
thevoice thevoice is offline
Member
 
Join Date: May 2008
Posts: 8
thevoice is on a distinguished road
Exception in thread "main" java.util.NoSuchElementException
Hello Mr.Rakesh
First of all thank you very much for your reply.
As you suggest me to change "while(iter.hasNext() != false)" to "while(iter.hasNext())".
I made that changes but error is still coming.
I wanna to know the reason of such error.
Can you explain me why such error occurs?
Is anything wrong in my code?

Regards,
TheVoice.
Reply With Quote