Cosmic Q&A
What is JRE?
Answer
JRE stands for Java Runtime Environment. Let us say you have created a Java program, but you would like that program to run in your client machine. A JRE is an implementation of Java Virtual machine that provides minimal required features to load and run a Java program. Thus with a JRE, you can successfully load and run Java programs, but you need a JDK to be able to develop Java applications.
Share this page:
Report Error in Content