explain about jre and jvm
Answers were Sorted based on User's Feedback
Answer / devender/mimshad
jre->jre stand for java run time environment it is use to
run .class file which is generated after compilation.And it
must be present if any body want to run any java programe
in his machine.
Jvm->Java virtual machine.it is abstact computer on which
all java programe run it is consider to be power of java.
It is JVM that makes java a platform independent language.
Each operating system has its own JVM which enables it to
run Java programs irrespective of its development machine.
| Is This Answer Correct ? | 22 Yes | 5 No |
I want to know the host name and provider name for tcs web mail
Can we clone singleton object?
Is java programming easy?
How do you convert boolean to boolean?
What is a java object and java application?
How can a gui component handle its own events in java programming?
What does super()represent, and how is it used in Java?
What is scanner in java?
what is the full form of java
What is difference between hashset and hashmap in java?
Why set is used in java?
What is the use of arraylist in java?