Replies: 1 comment 1 reply
-
|
JVM은 Java Virtual Machine의 약자로, 자바 프로그램을 실행하기 위한 가상 머신입니다. 자바 소스 코드를 컴파일하여 생성된 바이트코드(.class 파일)를 운영체제와 하드웨어에 독립적으로 실행할 수 있도록 하는 역할을 합니다. JVM의 동작 과정JVM은 다음 단계를 거쳐 자바 프로그램을 실행합니다.
JVM의 주요 구성 요소
JVM의 사용 이유
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.
Beta Was this translation helpful? Give feedback.
All reactions