Java Training: -Explain Service Loader in Java?
What is Service loader in Java? Service Loader is a new class added in Java 1.6 and it provides good means of developing loosely coupled application. It allows us to link an interface to a particular implementation at run time based on configuration thus...