Dot Net is Platform Independent or Platform Dependent..?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between a debug and release build?
In code behind class, name the type of code found. Is it the server side code or client side code?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is the advantage of .net?
what is prototype design pattern in .net
What's the problem with .net generics?
What are the different types of remote object creation mode in .net?
What are the new features of Framework 1.1 ?
How inheritance works in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain the difference between the while and for loop.
What is namespaces in .net?
What are the deferred execution and the immediate execution in linq?
Please explain what is the difference between constants and read-only variables?
What is the intermediate language between asp and asp.net1.0?