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 |
Why 1 is not a prime number?
Explain java heap space and garbage collection?
What is int argc char * argv?
Why put method is idempotent?
What are event-delegation model and event-inheritance model? Which is best?
What is the largest data type in java?
What is the difference between Java and C++?
0 Answers Integreon, TCS, ZS Associates,
how to print the below in java?thanks in advance.... * * * * * * * *
Can we serialize singleton class?
What is the best way to findout the time/memory consuming process?
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
What are the differences between c++ and java?