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
Is nan false?
What is exception propagation?
Why constructor has no return type?
How many bits is a string?
What does a boolean method return?
How do you create a method in java?
I don’t want my class to be inherited by any other class. What should I do?
What is difference between this and super keyword?
What is a stringbuilder?
What is the byte range?
Enlist diffrent types of inheritance supported by java?
Explain about anonymous inner classes ?
Why strings in java are called as immutable?
Explain the use of javap tool.
What are the ways to instantiate the class class?