Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a J2EE component? List out all the component?

2 Answers   Adobe,


How you can force the garbage collection?

0 Answers  


What is comparator in java?

0 Answers  


How java uses the string and stringbuffer classes?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What do you mean by light weight and heavy weight components?

0 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  


What is the base class of all classes?

0 Answers  


What is the use of parse function in java?

0 Answers  


What is the primitive type byte?

0 Answers  


What is the difference between yielding and sleeping?

0 Answers  


Categories