Skip to content

Files

Latest commit

 

History

History

03-IntroductionToJavaPlatform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JDK vs JRE vs JVM

  • JVM (Java Virtual Machine) runs Java bytecode.
  • JRE = JVM + Libraries + Other Components
  • JDK = JRE + Compilers + Debuggers