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 |
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
To identify IDL language what mapping mechanism is used?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
How are commas used in the intialization and iteration parts of a for statement?
difference between sql exception class and sql warning class
What is threadfactory?
What is the difference between RMI and Socket?
How to implement RMI in Java?
Why do threads block on i/o?
how team leaders assign work for the team member like through papers,word document
Wt is the main difference between Java and Java J2EE and Advanced java?
how the mapping can be done from jsp to actionservlet?