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
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is the difference between @before and @beforeclass annotation?
explain local datetime api in java8?
What is namespace in java?
Is a char always 1 byte?
How do you use parseint in java?
What is an abstract class and what is it’s purpose?
How many bytes is a unicode character?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Difference between final and effectively final ?
What is thread life cycle in java?
What is a package in java? List down various advantages of packages.
Can we catch more than one exception in a single catch block?
Which collection is best for sorting in java?
What’s the difference between callable and runnable?