Description: When I think about the strengths of Java, I always think of two things: its networking classes, and its ability to instantiate a class from a string. These features get their support through part of the class loader mechanism, which enables a web browser to load your applet's classes. In a large development project, it can be really useful to be able to specify in a .ini file, which support the services you would like to have running. To demonstrate this,...