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

Can I extend singleton class in java?

1055


What are the uses of java?

1043


What does snprintf return?

965


What does split function do in java?

983


What is a qualifier in a sentence?

952


What is the largest long allowed by java?

1021


What do you understand by access specifiers in Java?

978


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

1219


What is the relationship between class and object?

1001


What do you mean by ordered and sorted in collections in java?

955


How to solve the problem of generating the unique hash keys with hash function?

1871


Explain the public class modifier?

917


What is an empty list in java?

937


If a method is declared as protected, where may the method be accessed?

984


Can a final variable be initialized in constructor?

935