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
What is java Applet?
Why do we override tostring method in java?
What do you mean by inner class in java? Explain
Is java ee a framework?
Can a top level class be private or protected?
Explain notifyall() method of object class ?
What are the super most classes for all the streams?
What are annotations in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is array initialization in java?
If an object is garbage collected, can it become reachable again?
What is the escape character in java?
How can we break singleton in java?
Who is the owner of java?
How to instantiate member inner class?