摘要:
9.1、ClassLoader源代码 /* * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject 阅读全文
posted @ 2020-02-21 23:34
java小天地
阅读(146)
评论(0)
推荐(0)
摘要:
8.1、使用ClassLoader类中的getParent()方法获取父类加载器 package com.shtec.classLoader; /** * 使用ClassLoader类中的getParent()方法获取父类加载器 * 注意:根类加载器是由C++编写的,其对象为null; * @aut 阅读全文
posted @ 2020-02-21 01:22
java小天地
阅读(234)
评论(0)
推荐(0)