Difference between JVM and JRE?

Answers were Sorted based on User's Feedback



Difference between JVM and JRE?..

Answer / manasa

JVM is a java virtual machine.... which is a compiler and
it converts bytecode to its original form which is given by
us......
JRE is a software where it supports to execute our
programs....

Is This Answer Correct ?    9 Yes 4 No

Difference between JVM and JRE?..

Answer / shylaja adam

Jvm is Java virtual machine. It works like both compiler and interpreter for the java programs. where as Jre is Java runtime environmet. As the name implies It provides supoort for java programs by providing runtime environment that is needed to execute.

Is This Answer Correct ?    5 Yes 1 No

Difference between JVM and JRE?..

Answer / praveen

JVM --- JVM converts byte code into machine(processor)
understandable language.
----We import some classes in java program.
----JVM execute those class methods in java library and
place the result into the program.

JRE = JVM + java library

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is meant by nested loop?

0 Answers  


What are different types of inner classes ?

0 Answers  


Explain java coding standards for classes or java coding conventions for classes?

0 Answers  


Can we have 2 main methods in java class?

0 Answers  


How does callback work in java?

0 Answers  






How to access a method that it declared as protected?

3 Answers  


What is constructor chaining and how is it achieved in java?

0 Answers  


Can we write a class without main method in java?

0 Answers  


What are the methods to rectify ambiguities in the interfaces in JAVA?

0 Answers   CGI,


What is void in java?

0 Answers  


What is the difference between stringbuffer and stringbuilder?

0 Answers  


What are the differences between forwarding () method and sendredirect() methods?

0 Answers  


Categories