chapter1 clear#2
Open
SoTaeHo wants to merge 2 commits into
Open
Conversation
Bumnote
approved these changes
Jun 21, 2026
|
|
||
| 이러한 장점을 활용하는 수준이 아니라, 기술적 특성이 어떻게 활용되고 구현되었는지 이해를 해봅시다. | ||
|
|
||
| ## 1.2 자바 기술 시스템 |
Member
There was a problem hiding this comment.
Q1. JVM, JRE, JDK 각각이 무엇인지 어떤 연관성이 있는지 한번 설명해주세요. ex) 포함 관계
|
|
||
| 그외에도 매우많은 JVM이 있지만, 사장된 JVM이 많아 따로 적진 않겠습니다. | ||
|
|
||
| ## 1.5 자바 기술의 미래 |
Member
There was a problem hiding this comment.
Q2. JVM의 기술적 발전 내용 말고, JVM이 탄생하게 된 시대적인 배경에 대해서도 한번 생각해보시면 좋을 것 같습니다.
ex) 어떤 시대적 배경에서 JVM 즉, 가상화 기술이 탄생했을까? JM(Java Machine)이 아니고 왜, JVM(Java Virtual Machine)일까?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JVM 밑바닥까지 파헤치기 1장 읽었습니다.
JDK의 역사와 JVM의 역사에 대해서는~ 그렇게 잘 안 와닿았습니다 ㅋㅋ;;
대신에 기억에 남기고 싶은 것들은
1장을 읽으며 가장 크게 배운 점은 JDK 버전이 올라가면서 문법적인 편의성을 제공하는 것보다, 버전만 올려도 서버가 최적화가 되게끔 밑에서 돌아가는 GC 최적화, JVM 최적화가 더 중요하게 여겨진다는 점이었습니다.