I am looking to find the best implementation that would basically be a singleton strategy delegate design pattern. What would be the best/cleanest way to create singleton functionals in Java? I want to prevent unnecessary instance creation. I also want to make it so I can look up the correct function without doing a switchRead more