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 variable and its types?
What's the base class of all exception classes?
can we declare private class in java file?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What do you mean by byte code?
What is the difference between preemptive scheduling and time slicing in java programming?
What is the purpose of extern variable?
What are the common uses of "this" keyword in java ?
What are the Memory Allocations available in JavaJava?
What is bigger kb or mb?
How to perform quicksort in java?
Why do we use predicate in java?