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 |
What exactly is methodology?
Is java free for commercial?
where do you place after you did code in java
What is the difference between a break statement and a continue statement?
what is hashmap& hashtable with example?
What is difference between variable declaration and definition?
What is the maximum length of a url?
In what types of operations an ArithmeticException will be thrown?
What is the difference between char and char *?
What is a package?
If try block is successfully executed, Then Is Finally block executed?
What is stringwriter?