gpt4 book ai didi

java - Class#getClassLoader 什么时候返回 null?

转载 作者:行者123 更新时间:2023-11-29 07:55:52 24 4
gpt4 key购买 nike

假设我有一些 Java 代码:

public class Widget {
...whatever
}

还有一些类加载Widget的代码:

ClassLoader widgetLoader = Widget.class.getClassLoader();

widgetLoader 是否可以为 null?为什么/为什么不?如果是,在什么情况下?

最佳答案

按照这个方法javadoc :

Returns the class loader for the class. Some implementations may use null to represent the bootstrap class loader. This method will return null in such implementations if this class was loaded by the bootstrap class loader.

关于java - Class#getClassLoader 什么时候返回 null?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17723303/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com