Java Search Engine

freerice.com

Sunday, September 9, 2007

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

Java Virtual Machine interprets and executes the java application.
Java Runtime Environment provides JVM with library classes used in the program and other supporting files.
Java Developer Kit provides tools to the developers to develop applications in java.

JVM is responsible for all things like garbage collection, array bounds checking, etc...

No comments:

Ratings by outbrain