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
Is java jre still free?
Can you make a constructor final in Java?
How can we create a thread in java?
Can we define private and protected modifiers for variables in interfaces?
What is difference between equals and hashcode method?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is meant by class loader? How many types are there? When will we use them?
What are default methods ?
What is the difference between an argument and a parameter?
What is the difference between && and & in java?
What are facelets templates?
What is a ternary operator in java?
How do you avoid global variables?
What is reverse function?
Explain the importance of throwable class and its methods?