What is managed code and unmanaged code ?
Interview question and answer by:
Bharathi Cherukuri | Posted on: 4/24/2012 | Category:
ASP.NET Interview questions | Views: 3512 | |
Points: 40
Answer:
The code which is produced by (vb.net,c#,j#) .net framework language is called as managed code which is under the control of CLR.Garbage collector run automatically in managed code.
The code which is produced by third party language is called as unmanaged code, which does not run under the control of CLR.Garbage collector will not run in case of unmanaged code.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: