Answer Posted / jaylem chaudher
Before MSIL(MS Intermediate Language) can be executed, it
must converted by .net Framework Just in time (JIT) compiler
to native code, which is CPU specific code that run on some
computer architecture as the JIT compiler. rather then using
time and memory to convert all the MSIL inb portable
executable (PE) file to native code,it converts the MSIL as
it is needed during execution and stored in resulting native
code so it is accessible for subsequent calls.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain client-side scripting?
What is asp net objects?
What are type/key pairs in client script registration?
How do you create a master page?
Describe the method to create a permanent cookie?
Is post back in asp.net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are the three parts of an http response?
Why is xap important?
What is the Intermittent crashing of application in production?
Is web config mandatory?
What language does asp.net use?
List the advantages and disadvantages of user control an custom control?
What is difference between Fragment Caching and Page Caching in ASP.NET?