Java 类加载的一些理解(3)

public ClassLoaderLK(ClassLoader parent, String path) {
      //  super(parent);
      //  this.parent = parent; // 这样做其实是无用的
        this.path = path;
    }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/0f1b3fc2d9109fefd22c10b82f52f3f5.html