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 smart navigation in .net?
When a Static Constructor called in .NET?
What are the core differences between .NET Languages ?
Do you know what is garbage collector?
Is .net front end or backend?
What versions of .net are there?
What do the terms “boxing” and “unboxing” mean?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Explain the difference between public and static modifiers?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is the difference between encrypting a password and applying a hashing?
What is typical about a windows process in regards to memory allocation in .net?
Explain how to rename a table using sql queries?
How to manage pagination in a page using .net?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?