top of page
Click here to go to the home page of AskTheCode.

What are JVM, JDK, and JRE?

Team ATC

Random Post | #AskTheCode

 

• JVM (Java Virtual Machine) offers the runtime environment for codes to be executed.

• JRE (Java Runtime Environment) is the collection of files needed during runtime by JVM.

• JDK (Java Development Kit) is needed to write and execute a program and contains the JRE with necessary development tools.


Recent Posts

See All

Commentaires


bottom of page