Difference between JDK, JRE, JVM
Answer Posted / ranganathkini
JDK or the Java Development Kit is a set of a Java compiler,
a Java interpreter, developer tools, Java API libraries,
documentation which can be used by Java developers to
develop Java-based applications.
JRE or the Java Runtime Environment is a minimum set that
includes a Java interpreter, Java API libraries, Java
browser plug-in, which make up the minimum environment to
execute Java-based applications.
The JVM or Java Virtual Machine is the core of the Java
platform and is a part of both the JDK and JRE that
translates Java bytecodes and executes them as native code
on the client machine.
JDK includes a JRE as as subset.
Is This Answer Correct ? | 412 Yes | 48 No |
Post New Answer View All Answers
What is meant by nested loop?
What is string immutability?
What is class variable java?
What Is Query Throttling in java?
Is there any case when finally will not be executed?
which class is the wait() method defined in? : Java thread
Why do we need variables?
What are thread local variables?
Why does java have two ways to create child threads? Which way is better?
Is passing by reference faster?
Can we use switch statement with strings?
What are the different access modifiers available in java?
What is space character in java?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is the purpose of main function in java?