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 method do you use to explicitly kill a users session? How?
Which server tag comes from server when we submit any data
Example from .net. Integer & struct are value types or reference types in .net?
Explain the use of ‘this’ keyword in Java?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Difference between machine.config and web.config?
What is UDDI and how to register a web service ?
How to find methods of a assembly file (not using ILDASM) Reflection
Explain what are an object and a class?
Is .net core the future?
What is 3 tier architecture?
Difference between dispose and finallize method?