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

What is use of super keyword in java?

1006


How can you say java is object oriented?

1048


write a program that list all permutations of ABCDEF in which A appears before B?

2464


What do you understand by synchronization?

1035


What is the difference between static and non-static variables in java programming?

960


What’s meant by anonymous class?

1062


What is the instance of an object?

1174


What is the differences between c++ and java? Explain

1031


What do you mean by aggregation?

1290


What is the base class of all exception classes?

1051


What was java originally called?

938


What is unsigned char?

1056


What are the special characters?

960


What is the purpose of extern variable?

1004


What do you mean by platform independence? What is an interface?

1018