...
EX1: It is permissible to use APIs that do not use the immediate caller's class loader instance. For example, the three-argument { java.lang.Class.forName()
method requires an explicit argument that specifies the class loader instance to use.
...