Lets 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...