You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Virtual Machine, '자바를 실행하기 위한 가상 기계'라고 할 수 있다.
자바는 운영체제에 종속적이지 않다. Os에 종속받지 않고 실행되기 위해선 OS위에서 Java를 실행 시킬 무언가가 필요한데, 그것이 바로 JVM이다.
OS에 종속받지 않고 CPU가 Java를 실행할 수 있게 하는 가상 컴퓨터이다.