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
What are the properties of thread?
Which is better 64 bit or 32 bit?
What is a 16 bit word?
What are predefined functions?
What is the method to expand and collapse nodes in a jtree?
Difference between this() and super() in java ?
What is java developer skills?
Why is whitespace important?
What is difference between word and integer?
What do you mean by exception handling in Java?
What are recursive functions? Give some examples?
What is final keyword in java?
Explain about main thread in java?
How do you sing an Applet ?
What is a nonetype?