JRE
tags :
Acronym in Java #
- The Java Runtime Environment (JRE) is software that Java programs require to run correctly.
- Java is a computer language that powers many current web and mobile applications.
- The JRE is the underlying technology that communicates between the Java program and the operating system.
- It acts as a translator and facilitator, providing all the resources so that once you write Java software, it runs on any operating system (OS) without further modifications.

OCR of Images #
2022-02-21_11-34-48_screenshot.png #

SET OF LIBRARIES Eg - rt.jar etc. DEVELOPMENT TOOLS Eg- -javac, java, etc. JVM OTHER FILES JRE JDK