Dot Net is Platform Independent or Platform Dependent..?
Answers were Sorted based on User's Feedback
Answer / imatoria
Compiled code of .Net is platform independent because its
been translated to Intermediate Language code and deployed.
And then JIT compiler translate it to machine code when its
been accessed for the first time.
| Is This Answer Correct ? | 29 Yes | 4 No |
Explain cas (code access security)?
How to customize the trace output?
What does jit compilation do in .net?
Explain what is the difference between a class and an object?
What are the main components in .net?
How ASP .NET different from ASP?
Is Driver Script any how related to AOM?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Write an StoredProcedure to get the values of a column within a date range.
Explain what is reflection in microsoft .net context?
what is the default value of CHAR type?in C# using asp.net?
What is portable executable (PE)?