JRE

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Apr 9 6:10
Editor
Edited
Edited
2025 Jun 15 2:9
Refs
Refs
  • Java vs. Javascript
  • JRE (C) vs. V8 Engine (C++) (JIT compilation for improved performance)
  • JRE + Servlet vs. Node (RE build by V8 & has V8)
  • Servlet Container vs. Node Framework
  • Tomcat vs. Express
  • JSP vs. ejs
A
Runtime
environment is a type of software designed to run other software. The Java Runtime Environment (JRE) includes Java class libraries, Java class loader, and Java Virtual Machine (JVM). The class loader is responsible for properly loading classes and connecting them to core Java class libraries. The JVM ensures that Java applications secure the necessary resources to run on devices or in cloud environments. The JRE primarily serves as a container for other components and coordinates their activities.
notion image
 
 
 
 
 
 

Recommendations