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 volatile data type?
How do you check if two strings are equal in java?
How can we find the actual size of an object on the heap?
What is broken and continue statement?
What are synchronized blocks in java?
How many types of operators are there?
Is a char always 1 byte?
How objects of a class are created if no constructor is defined in the class?
How many decimal places is a double?
Is java type safe?
Can we assign null to double in java?
Why do you canvas?
Write a code to show a static variable?
What does int argc char * argv [] mean?
What is finally block?