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
How to implement an arraylist in java?
How is the marker interface used in Java?
Can we serialize singleton class?
Why we used vector class?
What is the use of object and class classes?
What is data member in java?
What is mean by exception?
Can private members of a base class are inheritable justify?
What are three ways in which a thread can enter the waiting state in java programming?
How can you write a loop indefinitely in java programming?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Do you need to import math in java?
List the features of java programming language.
How do I print a “?