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
Explain about serializable interface in java?
What's the difference between int and integer in java?
What are locale settings?
Explain notifyall() method of object class ?
Why do we need data structure in java?
What are the types of casting?
What is difference between this and super keyword?
What is the properties class in java programming?
What is method overriding in java ?
What are the benefits of operations in java?
Can each java object keep track of all the threads that want to exclusively access it?
How can we pass argument to a function by reference instead of pass by value?
What is string and example?
What is the final variable?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.