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
Can we instantiate interface in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
How to convert string to byte array and vice versa?
Can we override compareto method?
Can java arraylist hold different types?
Can we call the constructor of a class more than once for an object?
Can an object subclass another object?
Should you use singleton pattern?
What is meant by data hiding/encapsulation?
What is variable in java?
How many tetrahedral voids are there in bcc?
how would you implement a thread pool? : Java thread
What are basic data types?
Explain abstract class in java?
Do you know why doesn't the java library use a randomized version of quicksort?