what is the differance between native code & managed code?
Answer Posted / sneha
When the complier translates, it translates the .net source
code into MSIL (Microsoft Intermediate Language) which is
known as managed code. These managed code is the CPU -
independent set of instructions which is later converted
into native code (i.e CPU dependent) by the JIT ( Just In-
time) compiler before execution.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How do I send an email message from my ASP.NET page?
What is server infrastructure & server components?
What is session in web technology?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is css in asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain the difference between panel and groupbox classes using .net?
where can i gather the materials for MCP certification
What is the difference between user control and custom control?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Explain what is event bubbling?
What is the difference between dispose() and finalize()?
what are configuration files?
What is the difference between pathparam and queryparam?