where lives in jvm

Answers were Sorted based on User's Feedback



where lives in jvm..

Answer / ajay yadav

JVM lives in the topmost layer of the Operating System.

Is This Answer Correct ?    7 Yes 1 No

where lives in jvm..

Answer / srinu

JVM lives on Topmost layer operating system.every operting
system contain its own JVM

Is This Answer Correct ?    2 Yes 0 No

where lives in jvm..

Answer / balbir

jvm available in jre

Is This Answer Correct ?    1 Yes 0 No

where lives in jvm..

Answer / poorna chandar rao.yerrabothu

in processor

Is This Answer Correct ?    2 Yes 2 No

where lives in jvm..

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

Post New Answer

More Core Java Interview Questions

How does arrays sort work in java?

1 Answers  


What the difference is between execute, execute Query, execute Update?

1 Answers  


How are variables stored?

1 Answers  


Is void a keyword in java?

1 Answers  


How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

4 Answers   CTS, Satyam,


Can you have an inner class inside a method and what variables can you access?

2 Answers  


How to convert string to char and vice versa?

1 Answers  


If an application has multiple classes in it, is it okay to have a main method in more than one class?

1 Answers  


Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain

1 Answers  


Can java list be null?

1 Answers  


What is adapter class?

12 Answers  


What are latest features introduced with java 8?

1 Answers  


Categories