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
How do you square a number in java?
Can a hashset contain duplicates java?
What is meant by 'bit masking' in java?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is the static keyword?
how to write a program for sending mails between client and server
What is a percentage sign called?
What are the benefits of immutable objects?
Why we use methods in java?
What does this () mean in java?
How strings are created in java?
What is the difference between JDK and JVM?
What is a classloader in java?
What is an arraylist in java?
Enlist diffrent types of inheritance supported by java?