Difference between JVM and JRE?

Answer Posted / shylaja adam

Jvm is Java virtual machine. It works like both compiler and interpreter for the java programs. where as Jre is Java runtime environmet. As the name implies It provides supoort for java programs by providing runtime environment that is needed to execute.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Classloader in Java?

638


What is passed by reference and pass by value ?

584


What is space character in java?

574


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

627


How to check if linked list contains loop in java?

459






Is array serializable java?

525


List some important features of java 10 release?

517


What is namespace in java?

545


When can an object reference be cast to an interface reference in java programming?

584


Can we rethrow the same exception from catch handler?

566


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

572


What is difference between java and java ee?

557


Explain creating threads by implementing runnable class?

591


what are synchronized methods and synchronized statements? : Java thread

581


What is the use of singleton?

514