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
What is jee6?
What is module in project?
What is meant by object?
Why can't we make a class private in java?
How to handle a web browser resize operation?
What defines function?
How do you write methodology?
What are three ways in which a thread can enter the waiting state in java programming?
Does java list allow null?
How do you initialize an arraylist in java?
Explain thread life cycle in java?
What is void data type?
Is void a type?
What is the difference between static binding and dynamic binding?
What is the exception hierarchy in java?