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 is a boolean expression in java?
Difference between Linked list and Queue?
What is the use of protected in java?
What is the difference between Java1.4 and Java1.5
Difference between comparator and comparable in java?
What is java reflection api?
What is an object in java and how is it created?
What are namespaces in java?
What is the purpose of abstract class?
What is getkey () in java?
Can you access non static variable in static context?
What are the different types of garbage collectors in java?
Why webdriver is an interface?
Have you ever used hashtable and dictionary?
Does constructor creates the object ?