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
What is ternary operator? Give an example.
what is synchronization? : Java thread
Is static a keyword in java?
What is the program development process?
What are the three parts of a lambda expression?
Can an interface be defined inside a class?
How to create a thread in java?
What is a key in java?
What is the difference between call by reference and call by pointer?
How do you represent a space in regex java?
What is the difference between actual and formal parameters?
What is the difference between interface & abstract class?
What is connection class in java?
Which object oriented concept is achieved by using overloading and overriding?
What is reflexive association?