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 meant by string is immutable?
why doesn't java run on all platforms?
Can we nested try statements in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is the static method?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is hashing in java?
What are java threads?
What are internal variables?
What is an i/o filter?
What is gc()?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is the use of singleton?
What are the differences between heap and stack memory in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?