I have a method that creates a bufferedreader and it suppose to return it to the calling class.
However I am having issues.
The method is held in what I call the DatabaseUtil class, in the final version of the program I will be connecting to a SQL database until then I am using a simple flatfile. So I want to keep connections, query, and linereading in the class. However I want the Factory to be able to loop through the fields that are returned
How can I get this to compile. The try block is hanging me up.