Difference between JRE and JVM?
Answers were Sorted based on User's Feedback
Answer / rashmee
JRE(Java Runtime Environment)- It is Combination of JVM+Java packages+runtime libraries.
It is responsible for execution of java files
JVM(Java Virtual machine)-It is a part of JRE.It Converts byte code into machine code.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / prakash
JVM is a concept, a hypothetical machine that process
bytecode and JRE (Java Runtime Environment) is its actual
implementation.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the map interface?
What method MUST be implemented by all threads?
Difference between sleep and suspend?
What is the difference between RMI and Corba?
Wt is the main difference between Java and Java J2EE and Advanced java?
difference between applicationserver and webserver
What modifiers may be used with an inner class that is a member of an outer class?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
Why do I get a duplicate name error when loading a jar file?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
Why does the option tag render selected=selected instead of just selected?
what are getters and setters in Java with examples?