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
How com+ related to the dna architecture?
Interop Services?
What is the lapsed listener problem?
Describe the Managed Execution Process?
Is .net a programming language?
What's the .net collection class that allows an element to be accessed using a unique key?
What is dot net and its uses?
What do you mean by web service?
What is the difference between response.write & response.output.write?
Should I use readerwriterlock instead of monitor.enter/exit?
What is your observations between vb.net and vc#.net?
What do the terms “boxing” and “unboxing” mean?
Please explain the difference between constants and read-only variables?
Explain what is a delegate?
Explain me why do we use msmq?