Answer Posted / 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 |
Post New Answer View All Answers
why we use merge option in hybernate pls give a ex snippet
What does jre stand for?
Why are parameters used in functions?
What does t in java mean?
What does isempty () do in java?
Can an integer be a string?
Why for each loop is used?
If goto and const is reserve words than why it is not work in java?
What does void * mean?
What is the purpose of the return statement?
what is encapsulation in java? Explain
What is java object name?
What are the differences between path and classpath variables?
Can we overload final method in java?
What are the features of java?