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
Differentiate between stringbuffer and string?
What is included in core java?
Give few difference between constructor and method?
What is method overloading in java ?
if u open login & logout ,how can udisplay the timelogin & logout members ?
Explain the difference between jvm and jre?
enlist some features of jdk.
What is a boolean output?
What is the declaration statement?
How to optimize the javac output?
What is the difference between static and global variables and also define what are volatile variables?
What is classpath?
What do you understand by soft reference?
Define an enumeration?
Can you sort a list in java?