如果 class loader在两个JAR包里发现了同名的类文件,那它装载哪一个?

菜鸟 15:59:27

如果 class loader在两个JAR包里发现了同名的类文件,那它装载哪一个? 

大师w 16:03:50

看谁优先,装载谁

菜鸟z 16:03:57

啥叫优先?

菜鸟 16:01:53

同问

大师w 16:04:01

如果优先级一样,随机装载

大师w 16:04:10

class loader有3个优先级

菜鸟z 16:04:17

编译时间?

大师w 16:04:33

系统核心级别、系统class path,手动class path

大师w 16:05:06

如果是自己写的class loader,可以指定装载顺序的

 

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.