What is JIT(Just In Time) and How it works?

Answer Posted / shabbir hassan

First i would like to preach about the CLR(Common Language Runtime).Whenever we developed a VB.NET application then we involve two phase of application development.
1)When we write source code for the application.Create classes and objects,debug application and compile them etc..
2)When our source code really executed.
The span which takes place in the second phase is called CLR.
The CLR is a special runtime Environment.This run time is where the source code of an application is compile into a common intermediate language is called(CIL) or Microsoft Intermediate language(MSIL).
When the program is executed then (CIL) code is translated into the native code of the O/S using the JIT compiler.
That is JIT is responsible for compile,and create machine code of a source code.
Work of JIT.
1)Manage memory and resources.
2)Provide maximum throughput.
3)Manage resources & process bandwidth etc.

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many languages are supported by .net?

552


Allowed program to auto-correct the database when loading a presentation.

1743


What is the use of internal keyword?

574


difference between checkbox vs radiobutton??

2490


What is the difference between system.applicationexception class and system.systemexception?

682






Define manifest?

541


Can you please explain the difference between int and int32?

564


What is the top .net class that everything is derived from?

616


How to store decimal data in .net?

641


What is an arraylist?

586


Explain option strict?

553


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

1961


What are the advantages of an assembly?

602


What are nested classes?

540


Define naming convention?

628