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 you write a good declaration?
how to call a method in different package?
What is hash table in java?
Difference between Hash Table and Hash Map?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
How can you reverse a string?
What is the difference between double and float variables in java?
What is a compilation unit?
What is synchronization and why is it important in java programming?
how we can create packages in java?
What is the difference between an argument and a parameter?
What is the difference between declaration and definition in java?