I am reading from a ObjectInputStream and I do not know number of objects beforehand. So using the EOF exception catch block to detect that END of file has been reached and close the file.
Is it a good/Safe programming practice?
If its not a good approach, can it be done in some better manner?