Difference between JDK, JRE, JVM
Answer Posted / nisid ranjan jena
JDK stands for Java Development tool. It consists of many
tools like java compiler , java interpreter,java
debugger,javadoc etc to develop java application.It
basically consists of various binary executable files to
develop application.
JRE stands for Java Runtime Enviornment .it gives runtime
enviornment to execute java programmes.It consists of
JVM,java library APIs,Java interpreter and java browser plug
ins to execute java applications.
JVM is a virtual machine which provides an interface to
convert byte code instructions to machine understandable
instructions.JVM is an implementation of of JRE.JVM is
system dependent.JVM is a part of both JDK and JRE.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the 2 types of java programs?
Where is the find and replace?
Explain about wait() method?
What is the main use of generics in java?
Can final class have constructor?
What is the use of a conditional inclusion statement in Java ?
What are implicit objects in java?
What is difference between path and classpath?
What is autoboxing and unboxing?
What is fail first in java?
What is r * in math?
What does i ++ mean in Java?
What is int lol?
What is parseint?
What is covariant return type?