Tuesday, August 9, 2011

Java error: cannot find symbol - method hasNext?

That error simply means that the FileReader cl has no method called hasNext. Scanner does, however, so that's probably what you meant to write.

No comments:

Post a Comment