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
What is file extension of Webservices in .Net?
How viewstate is being formed and how it's stored on client in .net?
How will you make .NET programs work in Linux ?
What does msil do?
What is Event - Delegate? clear syntax for writing a event delegate
Will it go to finally block if there is no exception happened?
Tell us the difference between managed and unmanaged code?
Explain the purpose of Remoting in .NET?
How do you generate a strong name?
Tell us what is the native image generator?
How you apply a theme in whole application in .Net?
What is a .DLL and .EXE files called in .NET?
Is .net core free?
What is .net3.5?
Explain the difference between garbage collections in .net 4.0 and earlier versions?