Difference between JDK, JRE, JVM
Answer Posted / alok kumar singh
JDK- JDK stands for java development kit which contain jre
and jvm and other supporting tools for development of programs.
JRE- JRE stands for java runtime environment which provide
the neccesory jar file that compile source code into byte
code. and it contain java virtual machine .
JVM- JVM stands for java virtual machine that convert byte
code into native code . the native code are those code that
are understandable by machine.
| Is This Answer Correct ? | 55 Yes | 21 No |
Post New Answer View All Answers
How do I remove a character from a string in java?
How can we make a class virtual?
Can we have two main methods in a java class?
What is static import in java?
Explain exception chaining in java?
What are serialization and deserialization?
Is sizeof a preprocessor?
What is a concrete classes? Is Java object class is concrete class?
What is assembly language?
Does constructor be static?
What is java and why do we need it? Explain
Difference between static and dynamic class loading.
Write a code to create a trigger to call a stored procedure
Does isempty check for null?
What is a conditional statement explain with example?