Okay, as far as I understand the ClassLoader, it loads all classes at runtime. My project I am currently working on, may have about 50 to 60 classes when it is finished. The classes that are needed is dependent on user input, so I was wondering, (a) is Dynamic Class Loading in Java possible...