bootstrap class loader的意思|示意

美 / / 英 / /

引导类装入器


bootstrap class loader的网络常见释义

装载器 树的根是类的根装载器(bootstrap ClassLoader) , 正在JVM 中它以"null"表示。除根装载器以外的类装载器有且仅有一个父装载器。

启动类加载器 1)启动类加载器(Bootstrap ClassLoader):负责将存放在\lib目录中的,或者被-Xbootclasspath参数所指定的路径中的,并且是虚拟机识别的类库加载到虚拟机内存中。

引导类加载器 ... 1.3.3.4 组件的观点(Component Viewpoint) 1.3.4 引导类加载器(Bootstrap Class Loader) 1.3.4.1 类加载顺序规则(Class Loading Ordering Rules) ...

类加载器 ...assLoader实例都有一个父类加载器的引用(不是继承的关系,是一个包含的关系),虚拟机内置的类加载器(Bootstrap ClassLoader)本身没有父类加载器,但可以用作其它ClassLoader实例的的父类加载器。

bootstrap class loader相关例句

Notice that there is no output for the bootstrap class loader.

请注意,引导类装入器没有输出。

The extension class loader (also known as the standard extensions class loader) is a child of the bootstrap class loader.

扩展(extension) 类装入器(也称作标准扩展 类装入器)是引导类装入器的一个孩子。

When there is a hierarchy of class loaders, the root class loader, which is the bootstrap class loader, attempts to load the class first.

当类加载器存在一个层次结构时,根类加载器(即引导类加载器)将首先尝试加载类。

Bootstrap isn't the only class loader.

引导程序不是唯一的类装入器。

Each class loader also keeps a reference to a parent class loader, defining a tree of class loaders with the bootstrap loader at the root.

每个类装入器还保留对父类装入器的引用,这样就定义了类装入器树,树根为引导程序装入器。