Explain jvm, jre, and jdk?



Explain jvm, jre, and jdk?..

Answer / Gajay Singh Kashyap

JVM (Java Virtual Machine) is a software that provides the runtime environment for executing Java bytecode. JRE (Java Runtime Environment) includes the JVM along with other components necessary to run Java applications, such as a Java Class Library and a Java plug-in. JDK (Java Development Kit) contains everything in JRE plus development tools like compilers, debuggers, and applets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain the difference between intermediate and terminal operations in java8?

1 Answers  


What is the difference between the size and capacity of a vector?

1 Answers  


What are the differences between stringbuffer and stringbuilder?

1 Answers  


How many Java environments are there?

1 Answers   Phantom Technologies,


If we don’t want some of the fields not to serialize how to do that?

1 Answers  


What do you know about java?

1 Answers  


What is the public method modifier?

1 Answers  


What is a map? What are the implementations of map?

1 Answers  


what is the difference between static block and static method

19 Answers   Huawei,


wht is customised exception?

1 Answers   Logica CMG, Novell, Prudential,


is there any function in java to make the text to blink?

6 Answers  


What is the disadvantage of java?

1 Answers  


Categories