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
How many types of classes are there in java?
What is final method in java?
Can we catch more than one exception in a single catch block?
What is meant by design patterns?
What are thread priorities and importance of thread priorities in java?
What are synchronized methods and synchronized statements in java programming?
What is the history of java?
What is the difference between comparison done by equals method and == operator?
Why lambda expression is used in java?
List the three steps for creating an object for a class?
how to run ecllipse with jettyserver for windows environment using batch file
Tell me the latest versions in java related areas?
Does substring start with 0?
Is java free for businesses?
Can a static class implement an interface?