Difference between JDK, JRE, JVM
Answer Posted / ravikiran
JDK is the java development kit contains the executable
files
JRE is the java run time envirnment contains all the
runtime jar files
JVM is the java virtual machine which is used to convert
the byte code to user understandable code
| Is This Answer Correct ? | 29 Yes | 81 No |
Post New Answer View All Answers
Which is the class in java?
What are the 5 types of research methods?
What is meant by memory leak?
What is the difference between array and array list in java?
Why string is a class?
What lambda means?
What does java ide mean?
Can an abstract class be a final class?
What does flag mean in java?
How to find the largest value from the given array.
what is deadlock? : Java thread
What are the supported platforms by java programming language?
What is a war file?
How much ram can a 64 bit processor theoretically?
Why chararray() is preferred over string to store the password?