Nuacht

Take a second to think about why this is particularly horrendous. Remember that the classloader that loads and defines a class is part of the internal JVM’s ID for that class.
Every Java virtual machine includes a class loader. The JVM spec describes standard methods for querying and manipulating the class loader at runtime, but JVM implementations are responsible for ...