Answer Posted / manasa
JVM is a java virtual machine.... which is a compiler and
it converts bytecode to its original form which is given by
us......
JRE is a software where it supports to execute our
programs....
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain the JDB in depth & command line.
What exactly is java?
what do you understand by the term string with respect to java?
What do you understand by synchronization?
What are the methods used to implement for the key object in the hash map?
What is stringjoiner ?
Explain about the dynamic behavior of core java?
What is t type java?
How many threads does a core java have?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Explain the private protected method modifier?
What is ‘has a’’ relationship in java?
Is there any sort function in java?
Differentiate between a constructor and a method? Can we mark constructors final?
What’s the difference between the methods sleep() and wait()?