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 does arrays sort work in java?
What the difference is between execute, execute Query, execute Update?
How are variables stored?
Is void a keyword in java?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
Can you have an inner class inside a method and what variables can you access?
How to convert string to char and vice versa?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
Can java list be null?
What is adapter class?
What are latest features introduced with java 8?