Difference between JDK, JRE, JVM
Answer Posted / pathy
The JDK is the Java Development Kit: everything you need to
develop programs in Java (the compiler and other tools).
The JRE is the Java Runtime Environment: everything you need
to run Java programs.
The JVM is the Java Virtual Machine, which is the core part
of the JRE that actually runs Java code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are some alternatives to inheritance?
How do you clear a method in java?
What is the difference between Grid and Gridbaglayout?
What is the difference between JDK and JVM?
What is difference between word and integer?
What are the topics in advance java?
What is primitive data type in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
How the interruptible method gets implemented?
What is an empty class? What functionality does it offer in Java?
How hashmap increases its size in java?
What is the purpose of methodology?
When will we use them?
Can sleep() method causes another thread to sleep?