
Now that we've seen how to describe a module in Java, we'll see how to load it dynamically in our application.In Java, all the classes are loaded using several ClassLoader.In this article, we'll develop a loader for our modules and watch the … [Read more...]


