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...


In which language JVM (Java Virtual Machine) is implemented

Answers were Sorted based on User's Feedback



In which language JVM (Java Virtual Machine) is implemented..

Answer / sudhagottam

JVM is implemented in C language, jvm is platform dependent.
sunmicrosystems provides different jvm's for diffrent
operating systems.

Is This Answer Correct ?    16 Yes 11 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / vimal tyagi

JVM is an interpreter.The Java Virtual Machine Specification
defines an abstract -- rather than a real -- machine or
processor. The Specification specifies an instruction set, a
set of registers, a stack, a "garbage heap," and a method area.

Is This Answer Correct ?    4 Yes 3 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / manasa

JVM is a java virtual machine....
it is a compiler n also a interpreter...
it translates into such a language that is understood by
that software java....
it is implemented in java......

Is This Answer Correct ?    1 Yes 1 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / shreya tanavade

JVM is a complier...and compiler in java is written in ANSI C which makes it portable...

Is This Answer Correct ?    0 Yes 0 No

In which language JVM (Java Virtual Machine) is implemented..

Answer / sandeep sharma

Basically JVM is an interpreter..
it interprets the byte code
But it can also acts as an compiler
VM has both JIT compiler and interpreter to speed up the
execution process
Internally it maintains HOTSPOT algorithm to execute code
if loops are there it takes process by compiler otherwise it
takes interpreter

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

How OOPS concept is achieved in Java?

6 Answers   Cognizant, JPMorgan Chase, Xavient,


How do you implement tree mirroring in java?

0 Answers   EXL, HCL,


my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 Answers  


How does a try statement determine which catch clause should be used to handle an exception?

2 Answers  


What is the relationship between class and object?

0 Answers  


What is the difference between a constructor and a method?

0 Answers  


what is meant by Byte code concept in Java?

0 Answers   Aspire,


Why do we need wrapper classes?

0 Answers  


What is callablestatement? How you can call stored procedure to pass in parameter?

0 Answers  


What is boolean keyword in java?

0 Answers  


What is the difference between the paint() and repaint() methods?

0 Answers  


What is the use of static class?

0 Answers  


Categories