We have a rather large and complex application written in Java which is running on top of the Gridgain package. The problem I am having is that this application will sit there p
Java specification says that it is not guarantee that 'finalize()' will be executed. Your code must explicitly close FileReader yourself.
finalize()
FileReader