Current location - Health Preservation Learning Network - Healthy weight loss - What does JRE in JAVA do?
What does JRE in JAVA do?
Jre is the running environment of java. You must have read about it in a book. Compared with other programming languages, java has cross-platform advantages. What works here is JRE, which provides a virtual environment (using JVM technology) for programs written in java. Any Java program can only run in this environment, regardless of the operating system. Jdk is a java development platform.