Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

描述一下JVM加载class文件的原理机制? #89

Open
Sogrey opened this issue Apr 23, 2019 · 0 comments
Open

描述一下JVM加载class文件的原理机制? #89

Sogrey opened this issue Apr 23, 2019 · 0 comments
Labels
Java java相关
Projects

Comments

@Sogrey
Copy link
Owner

Sogrey commented Apr 23, 2019

JVM中类的装载是由ClassLoader和它的子类来实现的,Java ClassLoader
是一个重要的Java运行时系统组件。它负责在运行时查找和装入类文件的类。

@Sogrey Sogrey added this to java基础 in Java基础 Sep 17, 2019
@Sogrey Sogrey added the Java java相关 label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java java相关
Projects
Java基础
java基础
Development

No branches or pull requests

1 participant