im using this to read a text file
try{ blah blah
while((inputFile = br.readLine()) != null ) {
but im thinking that if there is a null or more sentences (e.g. between the title and the first paragraph) then it gonna stop reading.. what should i do? throw an exception and make it go back to
? and how? thanx