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 is constructor and its types?
What is struts in java?
Why do we need autoboxing in java?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
what is meant by multicast?
Why strings in java are called as immutable?
What is a condition in programming?
What is <> used for in java?
Is there any difference between synchronized methods and synchronized statements?
what is abstract method with example?
Difference between abstract class and Interfaces?
7 Answers CTS, iFlex, PA Consulting, Sai Softech, Value Chain,
Can we create more than one object singleton class?