In my current project we have some property files and we need to read properties from those property files, so we come up with an approach to read property files. The main points that we need to focus was1.) The properties should be loaded only once, In a way we need singleton behavior2.) We can …