What is unmanaged code and will CLR handle this kind of code
or not ?



What is unmanaged code and will CLR handle this kind of code or not ?..

Answer / swapna

Unmanaged code is the type of code which will not execute
in the CLR environment. Memory manangement,garbage
collection,security of CLR environment do not apply to
Ummanaged code.

Is This Answer Correct ?    8 Yes 4 No

Post New Answer

More Dot Net Remoting Interview Questions

Define delegates and events?

0 Answers  


Where are shared assemblies stored?

4 Answers  


Name the distributed systems available apart from .net remoting?

0 Answers  


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


What?s typical about a Windows process in regards to memory allocation?

1 Answers  






How can you configure a .net remoting object via xml file?

0 Answers  


How do you define the lease of the object?

1 Answers  


Define singleton activation mode in .net remoting?

0 Answers  


What are the ways to renew lifetime leases of objects?

0 Answers  


What is unmanaged code and will CLR handle this kind of code or not ?

1 Answers   DELL,


Will clr handle unmanaged code or not?

0 Answers  


What is Remoting?

0 Answers  


Categories