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
How we create object in copy constructor?
What is java basic concept?
What are constructors in java?
What is tree in java?
Is arraylist zero based?
Is char a method in java?
Why does java have two ways to create child threads?
Is java map thread safe?
What is the replace tool?
What is meant by main method?
What is an object in java and how is it created?
Can we extend a class with private constructor?
What are the main uses of java?
What best practices should you follow while writing multithreaded code in java?
How many bits is a 64 bit byte?