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 |
What is common language specification (cls)?
How we can achieve Connection pooling in .Net?
What is .net3.5?
Is .NET a runtime service or a development platform?
how can i create a table from front end to back end in wabe page?
Explain how to produce an assembly?
Explain difference between panel and groupbox classes using .net?
Using com component in .net?
What are the drawbacks for Model-View-Controller Architecture?
What is the advantage of packaging over xcopy in .net?
What is the microsoft .net?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?