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

What is JIT ?

Answer Posted / rinky

Just in time(JIT) is a fast compiler.
Remember that when client system sends a request to server system,then the response is sent in two ways
1)static response(google page) using html
2)Dynamic response(ex:cricket score update information)using Applets
To send user(client system)response in the form of Webpage,applets program (in the form of bytecode) transferred from server to client system over the internet and executed using JIT(i.e converts bytecode to native code)
A webpage may contain number of applet programs to give different reponses(updated news,cricket score....)then to execute each program using JVM is time taking process.so,JIT is used to compile all applet programs at once to reduce response time.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If I only change the return type, does the method become overloaded?

983


what is meant by Garbage collection?

1146


What is a ternary operator in java? What is an interface?

1035


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

1082


What is args length in java?

1235


Explain a situation where finally block will not be executed?

1091


Why method overriding is used?

1158


Are maps ordered java?

998


What is the transient keyword?

2340


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

1072


What purpose do the keywords final, finally, and finalize fulfill?

1147


What is a numeric string?

1071


Write a factorial program using recursion in java?

1081


What do you mean by garbage collection used in java?

1118


What are inner classes or non static nested classes in java?

1215