| What is the difference between JDK and JRE |
|
|
|
| Written by Mukesh Ranjan | |
| Monday, 14 May 2007 | |
What is the difference between JDK and JREThe "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc. More infoFor more java related stuff visit Mukesh Ranjans site here Comments (0)
![]() Write comment
You must be logged in to a comment. Please register if you do not have an account yet.
Copyright 2007. All Rights Reserved. |
|
| Last Updated ( Monday, 14 May 2007 ) |