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 |
List the interfaces which extends collection interface?
What does a za z0 9 mean?
What does singleton class mean?
What is Collection interface?
How many threads does a core java have?
What are the names of interfaces that doesn't consists of method/s ?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is data and its types?
What is a default method?
What does java ide mean?
Can a private method be declared as static?
What is difference between public static and void?