Answer Posted / 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 |
Post New Answer View All Answers
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
How many types of interfaces are there?
Do I need java on my pc?
What is final class?
How can we create an immutable class in java?
Explain OOPs concept.
What is a for loop in java?
Why wait and notify methods are declared in object class?
What are the 4 types of research methods?
What are the disadvantages of using inner classes?
What are three types of loops in java?
What is the main method java?
What defines function?
how are methods defined?
What's the default access specifier for variables and methods of a class?