We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Java로 작성된 코드가 JVM에서 어떤 과정을 거쳐 애플리케이션으로 동작하게 되는지 정리해보면 좋을 것 같습니다.
The text was updated successfully, but these errors were encountered:
클래스로더는 로딩, 링크, 초기화 단계로 나뉘어져 있습니다.
로딩
링크
초기화
참고:
https://steady-coding.tistory.com/593
https://coding-factory.tistory.com/827
https://gyoogle.dev/blog/computer-language/Java/컴파일 과정.html#자바-컴파일-순서
https://velog.io/@dion/백기선님-온라인-스터디-1주차-JVM은-무엇이며-자바-코드는-어떻게-실행하는-것인가#학습할-것
https://happy-coding-day.tistory.com/entry/JVM-이해하기-1
클래스로더:
Sorry, something went wrong.
dpwns523
Hot-ttu
No branches or pull requests
문제
Java로 작성된 코드가 JVM에서 어떤 과정을 거쳐 애플리케이션으로 동작하게 되는지 정리해보면 좋을 것 같습니다.
contents - 세부 내용
참고
The text was updated successfully, but these errors were encountered: