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
How to use multiple submit buttons in asp.net mvc?
How route table has been created in ASP.NET ASP.Net MVC?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What are Action Filters in ASP.NET MVC and its use?
how do you truncate a table using entity data model?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain tempdata in mvc?
Why to use Html.Partial in ASP.Net MVC?
What is entity client data provider? : Entity framework
What is orm entity framework?
What is entitytype? : Entity framework
What is the meaning of unobtrusive javascript?
Does windows 10 need .net framework?
Which is the default http method for an action method?
What is Attribute Routing in ASP.Net MVC?