Answer Posted / syed mudassir
jvm is a java virtual machine which has multiple tasks to
work on.
converting .class into exe code is one of the responsibility
of jvm
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is temp in java?
What is functional interface in java?
What is the difference between @before and @beforeclass annotation?
what is the purpose of "virtual"?
What is the difference between synchronized and synchronized block?
Give me some null interfaces in java?
What is jvm? How its run?
What is == and === in javascript?
What does += mean in java?
What is hash in java?
What is anonymous inner class?
How can a gui component handle its own events?
What is the use of accept () method in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
What are exceptions