FileReader
807569May 15 2006 — edited May 15 2006I am trying to create a FileReader class to read values in from a text file called TestData.txt.
My class wont compile and says ')' expected this is my class below can anyone help me with this error.
public class FileReader
{
public FileReader()
{
FileReader(File TestData.txt)
throws FileNotFoundException
}
}
thanks