Answer Posted / guru tata
JVM Is an architecture specification for converting the source code to machine understandable code, it was basically developed on c language, it invoked when the source code need to be executed, it is architectural neutral works on any platform, it work along with the system software.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between yielding and sleeping in java programming?
What is the relationship difference the canvas class and the graphics class?
What is the purpose of skeleton and stub?
how to one war file class to another war file class?
Can constructor be inherited?
Can java object be locked down for exclusive use by a given thread?
What are the 8 primitive data types in java?
Why is method overloading not possible by changing the return type in java?
How to create an interface?
What is difference between calling start() and run() method of thread?
What is method in java with example?
What does @override mean?
What does i ++ mean in Java?
Why do we create public static method in java?
What is classname class in java?