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
Do you know what are three common acronyms used in .net, and what do they stand for?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What is misl?
Explain me what is an anonymous method and how is it different from a lambda expression?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain what are an object and a class?
How server form post-back works?
How we can achieve Connection pooling in .Net?
What is 'Common Type System' (CTS) in .NET?
How to create multiple inheritance in c#, with example?
What are the different.net tools which you used in projects?
What's singlecall activation mode used for in .net?
How do we access crystal reports in .net?
Why did they call it .net?
What is class library in .net