Interview Questions forum : Ask your doubt
Please login or register to take complete advantage of this forum
January 06, 2009, 04:32:57 AM
905 Posts Topics by 1137 Members
Mywalkin Forum  |  Java Interview Questions  |  « previous next »
Pages: [1]
Topic

Difference between JVM,JRE and JDK?

BKR
Newbie
*
Posts: 19


View Profile
Difference between JVM,JRE and JDK?
Logged
MyWalkin Admin
Administrator
Newbie
*****
Posts: 28


View Profile
JRE is Java runtime environments. It is used to help in doing work with the combination of hardware and software. It makes the Java easy to transfer data language. The programmers can create the software without think that how and where the software run.

JVM is a Java virtual machine which facilitates the programmer to execute the Java code easily. It gives a platform to run the different abstracts of language between central processing unit (CPU) and operating system. JVM is program which has JRE and it converts the source code into byte code. This code is easy to understand for the machine and some time called machine code.

JDK is Java development kit. It is used with the combination of Java software to develop the new software. JDK contains more then one JRE and developmental sub program like debugger, libraries etc. In the libraries you may use the JVM which is embedded in library code. It is used for compilation of byte code and library software. JDK works with the help of JVM and JRE.
Logged
Pages: [1]
Mywalkin Forum  |  Java Interview Questions  |  « previous next »
    Jump to:  


    Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | Sitemap