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 |
What is an 8 bit word?
What is the difference between math floor and math round?
What is unicode?
What is a stringbuilder?
Why is stringbuffer not immutable?
What is class forname?
what is daemon thread and which method is used to create the daemon thread? : Java thread
In Java, what are this() and super(), and where are you required to use them?
What are the methods available in a class?
design an lru cache in java?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is the difference between yield() and sleep()?