Originally Posted by
SyLk
these are the errors i have gotten now sir ( after removing exceptions)
java.io.FileNotFoundException: t.txt (The system cannot find the file specified)
Most likely the file you are trying to read is not located in the same directory as your java class. You can either move it there, or supply the full path name to the file in your program.