What is Jit compilers?.how many are available in clr
Answer Posted / kirti
Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. there are tqo types of JITs one is memory optimized & other is performance optimized.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Can we change web.config settings from iis?
What is entity framework firstordefault?
What are Action Filters in ASP.NET MVC and its use?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Explain unit test done by tester on development team?
Explain the advantage of packaging over xcopy in .net?
Is it possible to create a custom filter?
Why should we go for entity framework?
Explain the .net framework.
Is mvc 4 supporting windows azure sdk (software development kit) ?
How route table has been created in asp.net mvc?
What is page life cycle?
Is .net core replacing .net framework?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.