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
Explain what rare the types of jit and what is econo-jit?
Explain the difference between static page and dynamic page?
Explain how viewstate is being formed and how it's stored on client in .net?
Explain me what is the .net framework and how does it work?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Can I write il programs directly?
What does jit do?
What is the difference between response.redirect & server.transfer?
Explain memory-mapped files.
How many types of design patterns available in .NET?
Explain what are an object and a class?
When we go for html server controls and when we go for web server controls?
What is the benefit of .net core?
Explain the main components in .net?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?