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


Please Help Members By Posting Answers For Below Questions

What do you mean by authorization?

703


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2251


How many types of triggers are there in update panel?

770


What is state management in asp.net with example?

669


What are the advantages and limitations of query string?

790


What is page fragment caching?

716


What are Authentication and Authorization?

826


To load your generated dataset with data which method do you invoke?

824


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

808


Explain what is an abstract class?

783


How can you dynamically add user controls to a page?

693


What kind of programming language is ASP.NET?

809


Define managed code and managed data in .net?

697


How does session work?

690


What is inheritance and an how it be used, example with an example?

788