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 |
Which method do you use to redirect the user to another page without performing a round trip to the client?
What is value type and refernce type in .net?
What is cyclomatic complexity and why is it important?
what is the keyword used for self reference?
What is the difference between the C#.NET and VB.NET?
Explain what is an application domain?
What is garbage collection and how it works ?
What are the two main parts of the .net framework?
How big is the datatype int in .net?
How would ASP and ASP.NET apps run at the same time on the same server?
How Can Registry Editor in .NET?
What is a garbage collector?