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
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is the properties class?
How does finally block differ from finalize() method?
How can u increase the heap size in the memory?
Name component subclasses that support painting in java programming?
What is difference between variable declaration and definition?
What is structure of java heap? What is perm gen space in heap?
What is file in java?
What is java jit compilers?
Write a factorial program using recursion in java?
What is difference between Heap and Stack Memory?
What is the use of conditional statement?
What comes to mind when someone mentions a shallow copy in java?
What do you understand by the term string pool?
How use .contains in java?