Custom class test class loading problem

I customize a class test. Which class loader loads this class.
if I want all classes to be loaded by a custom class loader. How to achieve. Hurry!

Dec.20,2021

test.class.getclassloader (). You can check the classloader
override the loadclass () method to enable all classes to be loaded by a custom classloader

Menu