What is the difference between JDK, JRE, and JVM?

please explain each briefly

Replies (1)

The JDK is for developing applications and includes the JRE (for running them), which in turn includes the JVM (the engine that actually executes the code).

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register