Hello Guys, I would like to make my own Custom class and call it using Class.forname() method fromt he Reflection API. Could you please give me a few steps in the right direction to help me achieve this? Does the class being called dynamically have some special properties. Is the parameter inside Class.forname(parameter) a fully qualified path of the class? Are ...