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 Event Bubbling in .NET?
What are the types of assemblies in .net?
What is managed code execution?
Describe the role of global.asax.
What does msil do?
Which ports are used by virueses?
in hibernate, what is dirty reading?
What are object pooling and connection pooling and difference?
How can I tell if .net 3.5 is installed?
Why you want to leave your previous company.
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is COM Interoperability in .NET