ADAditi Dedeinaditidev.hashnode.dev·Jul 2, 2024 · 3 min readUnderstanding AutoCloseable and Closeable InterfacesLets start with what really resources are! In java when we refer to term "resources" in a context of java IO operations, we typically mean classes that directly interact with external entities such as files ,streams,sockets etc. Not all classes in ja...00