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 static block?
Can java inner class be static?
What flag up means?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is defined as false sharing in the context of multithreading?
Why volatile is used in java?
What is the main difference between java platform and other platforms?
Can vector have duplicates in java?
What is thread safe singleton?
Can a source file contain more than one class declaration?
How many types of gc are there in java?
What is array class in java?
What is a superclass?
What is the difference between serial and throughput garbage collector?
What is bean? Where it can be used?