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
What is string pooling concept?
Why parsing is done?
how we can create packages in java?
What is a method declaration?
how to deploy apache tomcat server to weblogic server in java
What is abstract class constructor called?
How do you remove all elements from an arraylist in java?
What is considered an anti pattern?
Write the algorithm to check the number non-leaf nodes in a tree.
What is a marker interface?
When should I use singleton?
What is synchronization and why is it important in java programming?
Can you call one constructor from another if a class has multiple constructors?
What is casting in java programming?
Where are variables stored?