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
Is .net core installed?
Explain how to redirect tracing to a file?
Do you know the difference between the stack and the heap?
what is dotnet architecture? can anyone explain that.
Explain me why do we use msmq?
Do you know what is garbage collector?
What is file extension of Webservices in .Net?
How to implement CAS in .Net?
What is managed code and managed data in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What are the authentication methods in .net?
Difference abstract class and interface in .net?
What is singleton activation mode in .net?
How to load the contents of an xml file into an xmldocument object?
Explain about the features and elements present in Visual studio.NET IDE?