I am working as a trainee in Test Automation. I am working with creating Junit code with Eclipse and run using Eclipse. In that I am retriving the datas from excel sheet usi
Yes, you need to close the inputstream if you want your system resources released back.
close
FileInputStream.close() is what you need.