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
Why do we override tostring method in java?
How many types of memory areas are allocated by jvm?
What is use of arraylist in java?
What is qms certification?
What is the use of bufferedreader?
What is the concatenation operator in java?
what are Hostile Applets?
How do you ensure that n threads can access n resources without deadlock?
Is treeset sorted in java?
Can an interface extend a class?
Which is better arraylist or vector?
What is getclass () getname () in java?
What is the use of parse function in java?
What type of variable is error flag?
Why java is considered dynamic?