搜索
首页 电脑/网络 软件 系统软件

ClassLoader的继承载入机制代码有哪些呢?

ClassLoader的继承载入机制代码有哪些呢?

全部回答

2017-07-28

44 0
    ClassLoader类的源代码 public abstract class ClassLoader { private static native void registerNatives(); static { registerNatives(); } // If initialization succeed this is set to true and security checks will // succeed。
     Otherwise the object is not initialized and the object is // useless。
     private boolean initialized = false; // The parent class loader for delegation private ClassLoader parent; } private ClassLoader parent; 也就是说ClassLoader的继承体系与java继承的是没有任何联系的,。

类似问题换一批

热点推荐

热度TOP

相关推荐
加载中...

热点搜索 换一换

电脑/网络
系统软件
硬件
电脑装机
程序设计
互联网
操作系统/系统故障
笔记本电脑
反病毒
百度
软件
软件
系统软件
多媒体软件
办公软件
网络软件
图像处理软件
系统软件
系统软件
举报
举报原因(必选):
取消确定举报