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

Functionality of JVM?

Answer Posted / shakir khan

Java sovles the problem of platform independence by using
byte code.Java complier does not produce native executable
code.Instead it produces a special format called byte code.

Byte code is a highly optimized set of instructions
designed to executed by a java runtime system called Java
Virtual Machine(JVM).JVM is an interpreter for byte code.

This interpreter reads or understands the bytecode and
executes the corresponding native machine instructions.

Thus to port java programs to a new platform ,all that
needed is to port the interperter and some of the library
routines.Even the complier is written in java.The byte
codes are precisely defined and remain the same on all
platforms.

The use of byte code enables the java runtime system to
execute programs much faster.

Is This Answer Correct ?    36 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override static methods in java?

1012


Write a program to find maximum and minimum number in array?

939


What are the core java topics?

990


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

770


What are different types of control structures?

918


How much ram can a 64 bit processor theoretically?

832


Why are the methods of the math class static?

1023


What does math floor () do?

918


What is basic syntax?

976


Can string be considered as a keyword?

989


How do you check if a number is a perfect square?

938


How list contains works in java?

923


What is java object name?

940


What is locale?

981


How hashmap works in java?

1006