doyaaaaaaken
08/30/2021, 12:59 PMaltavir
08/30/2021, 1:13 PMsuresh
08/30/2021, 8:33 PMin Java, we always need to close file. but it’s boilerplate code and not friendly for non-JVM user.This is not the case for modern java. People having been using try-with-resources to avoid this boilerplate.