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
Explain about class in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What does index mean in java?
Why can we not override static method?
Can we execute a program without main() method?
When do we use hashset over treeset?
When should you use arraylist and when should you use linkedlist?
Differences between C and Java?
What is class variable java?
Explain the access modifiers for a class, method and variables?
Can we use return in constructor?
What is meant by 'Class access modifiers'?
what is bmg file and how to create that files?what will it contailn?
What's the purpose of using break in each case of switch statement?
what is the purpose of using rmisecuritymanager in rmi?