1 min readFeb 24, 2020
Hi Vergil!
Thanks for the message! I really appreciate that!
Yes, you’re right! We should always use try-with-resources (Java 7 feature) to do exception handling in stretches with resource management.
However, in the examples I gave in this article, I couldn’t see a situation where I use resources that I need to open/close and the use of finally.
Could you explain to me what specific section are you talking about?
Once again, thank you!