where lives in jvm
Answers were Sorted based on User's Feedback
Answer / ajay yadav
JVM lives in the topmost layer of the Operating System.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / srinu
JVM lives on Topmost layer operating system.every operting
system contain its own JVM
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
How do I start learning java?
What is the final method?
C and C++ has constructors and distructors, why does Java does not have distructors?
What is the platform?
How do you define a variable?
what is the difference between yielding and sleeping? : Java thread
What is the private method modifier?
How will you initialize an Applet?
What is palindrome in java?
Can we use switch statement with strings?
Can a class be declared as protected?
Explain treeset?