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 invokes a threads run() method? : Java thread
Explain notify() method of object class ?
Are arrays classes in java?
when everything can be done by static block then why do we use main method?.
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
What is meant by method?
If a method is declared as protected, where may the method be accessed?
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
what is the use of datasource in core java?
In Serialization, whether you will use Static variables?
List some important features of java 10 release?
How many bytes is a string in java?