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...
Java Search Engine
Sunday, September 9, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment