Loading a Dynamic Module
Basically, a dynamic module can be loaded in two different ways, either implicitly or explicitly.
- 
                                                    
Implicit Mode : The implicit mode is transparent for the end user, which means that new classes are loaded by the application when they are referred to by their name.
 
- 
                                                    
Explicit Mode : In explicit mode, you specify precisely which module is to be loaded and where it can be found.