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 connected and diconnected database ?
What is the difference between function and stored procedure?
Explain what is an anonymous method and how is it different from a lambda expression?
What is the difference between asp.net and asp?
Explain how to rename a table using sql queries?
What is common type system (cts)?
What is func in .net 3.5?
What is the difference between a class and an object, and how do these terms relate to each other?
What is finalize method in .net?
Explain how does assembly versioning work?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is garbage collection and how it works ?
Explain the main components in .net?
Explain what is the difference between odbc and ado?
How do you trigger the paint event in system.drawing?