What is JIT(Just In Time) and How it works?
Answer Posted / megha
JIT is a program which compiles MSIL to machine code,
without this .net has no path to machine code.
Types:
Standard JIT: It produces highly optimized machine code and
it caches the code in case it need to access
again.Compilation of IL to native code is very slow however
it produces native code very fast. To make it fast machine
use lot of Ram.
Econo JIT:This is designed for small system which donot
have lot of RAM.But it Produces the code which is not
optimal and also it donot cache the code.
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain about globalization?
How does vb.net achieve polymorphism?
What is the importance of a Button control?
Explain trace in vb.net?
Can you please explain the difference between c# and vb.net?
What is visual basic.net culture?
Explain redim keyword?
What is difference between inline and code behind?
What is code security?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Define naming convention?
Explain how the .net framework performs automatic memory management.
What is the strong name in .net assembly?
Explain manifest?