Answer Posted / shreepad deshpande
Managed code runs under the machine H/W availability.
Suppose you build your code on a machine having 128MB RAM
and 800MHz Processor and you deploy that code on a machine
havinf same or higher configuration then it works fine. It
means DOT NET CLR builds code managed with build machine.
While un managed code is other part. It needs certain H/W
specification. No matter where you build it. If certain
application in Java requires 2 GB RAM to run then it will
not allow application to run on 1 GB ram Machine.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Describe difference between inline and code-behind?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Difference between dispose and finallize method?
What is the purpose of IClonable interface in .NET?
What is the difference between imperative and interrogative code?
What is the difference between response.redirect & server.transfer?
Explain how do assemblies find each other?
Is .net core free?
What is clr in .net?
Explain the difference between managed and unmanaged code?
How to instantiate a delegate?
What exactly is being serialized when you perform serialization in .net?
Is there any thread in our .net programs?
Explain how garbage collection works?