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 numeric string?
How do you override a variable in java?
What is a war file?
Why do we need strings in java?
What do you mean by platform independence?
Can you declare an interface method static?
What are the types of collections in java?
What happens if we override only equals?
Which eclipse is best for java?
How to print an arraylist in java?
Write an algorithm for quick sort?
what is deadlock? : Java thread
What is the difference between reader/writer and inputstream/output stream?
What is a local, member and a class variable?
Why can't we use static class instead of singleton?