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 |
Why do we use msmq?
Explain what is mutex?
. How .NET can support multiple languages?
What is reflection in microsoft .net context?
Explain the top .net class that everything is derived from?
what is machine key error in .NET how can we solve it?
What are the two main parts of the .net framework?
How anonymous method is different from a lambda expression?
What do you mean by Code Access Security in .NET?
Describe the role of global.asax.
What is your observations between vb.net and vc#.net?
Explain what do the terms “boxing” and “unboxing” mean?