Difference between JDK, JRE, JVM
Answer Posted / laxmi narayana moru
jdk:
jdk means java development kit which contains the set of
tools like javac,java,javap,javah,javadoc to run the java
programme...
jre:
jre means java runtime environment which contains jdk and
java api
jdk is nothing but set of tools
api is a collection of predefined classes and interfaces
jvm:
jvm means java virtual machine which converts the byte code
into machine code which is understandable by the current
machine...
| Is This Answer Correct ? | 12 Yes | 36 No |
Post New Answer View All Answers
What are default methods ?
Is namespace same as package in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is independent and dependent variables in research?
What are namespaces in java?
What are the types of methods in java?
Can classes declared using the abstract keyword cab be instantiated?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What are different exception types exceptions available in java ?
What do you mean by chromounits in java8?
Why is the main method declared static?
List any five features of java?
how to create constants in java?
Is zero a positive integer?
What do you mean by Hash Map and Hash Table?