Runtime Environment In Java Fix [ Premium Quality ]
If you only want to run a Java program (like a game or business software), you only need the JRE. If you want to develop Java programs, you need the JDK (which includes the JRE plus development tools like compilers and debuggers). Core Components of the JRE
Before the code is executed, the JRE checks the bytecode to ensure it doesn't violate security constraints or corrupt memory. This is why Java is known for being a secure language. runtime environment in java