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 meant by structural programming?

1067


What exceptions occur during serialization?

1146


Is java jre still free?

1006


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

1062


What are internal variables?

1054


Explain the meaning of java applet.

1129


Explain reverse a linked list recursive java solution?

1045


Why java doesn’t support multiple inheritances?

1107


What is the association?

1030


Why put method is used?

1058


If a variable is declared as private, where may the variable be accessed?

1113


What is replacefirst in java?

1173


Does java list allow null?

1041


Write a program to search a number in the given list of numbers.

1081


What are the kinds of polymorphism?

1127