Back to your Class roots, continued Find runtime origins for all loaded classes July 25, 2003 Q: Can you find the complete set of loaded classes from within a Java program and then determine from which file each class was loaded? A: From the previous Java Q&A installment, we know that given a Class object, you can usually trace it back to its origins, via the getClassLocation() method explained in