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


Explain the role played by Java Virtual Machine in Java
Programming?



Explain the role played by Java Virtual Machine in Java Programming?..

Answer / kanu butani

A Java Virtual Machine (JVM) enables a set of computer
software programs and data structures to use a virtual
machine model for the execution of other computer programs
and scripts.
The model used by a JVM accepts a form of computer
intermediate language commonly referred to as Java
bytecode.
This language conceptually represents the instruction set
of a stack-oriented, capability architecture.
Sun has claimed there are over 4.5 billion JVM-enabled
devices

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is binary tree in java?

0 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


What is difference between overloading and overriding in java?

0 Answers  


Explain what access modifiers can be used for methods?

0 Answers  


What is the purpose of nested class in java?

0 Answers  


Can we extend singleton class?

0 Answers  


List interface?

2 Answers  


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


Explain yield() method in thread class ?

0 Answers  


Will set allow duplicates in java?

0 Answers  


Write a program to reverse a number in java?

0 Answers  


How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?

0 Answers   TCS,


Categories