explain about jre and jvm

Answers were Sorted based on User's Feedback



explain about jre and jvm..

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

explain about jre and jvm..

Answer / kalyan g

JRE includes (JVM ) java virtual machine and some other
library files. That runs a java application

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a war file?

0 Answers  


What is the difference between access specifiers and access modifiers in java?

0 Answers  


What is string [] args?

0 Answers  


Can a constructor be made final?

0 Answers  


Are there structures in java?

0 Answers  






When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

0 Answers  


What is default size of arraylist in java?

0 Answers  


Is intellij better than eclipse?

0 Answers  


Is int primitive data type?

0 Answers  


Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

2 Answers   iGate, Seed Infotech,


what is mena by object block any what is the use of that

0 Answers   CGI,


can we have function for truncating the sign as like abs in oracle.

1 Answers  


Categories