Answer Posted / shadow
When we install a java package. It contains 2 things
* The Java Runtime Environment (JRE)
* The Java Development Kit (JDK)
The JRE provides runtime support for Java applications. The
JDK provides the Java compiler and other development tools.
The JDK includes the JRE.
Both the JRE and the JDK include a Java Virtual Machine
(JVM). This is the application that executes a Java
program. A Java program requires a JVM to run on a
particular platform.....!
$HADOW
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Explain jvm, jre, and jdk?
What is a variable in java?
What is a pointer and does java support pointers?
Is a method a procedure?
What is the symbol for average?
What is the difference between access specifiers and access modifiers in java?
What are the new features in java 8?
Is ++ operator thread-safe in java?
How many bytes is a char in java?
What is the string function?
How to use string tokenizer class.
Can a list be null in java?
Does constructor return any value?
What do you understand by weak reference?
What is a marker interface?