Dot Net is Platform Independent or Platform Dependent..?

Answers were Sorted based on User's Feedback



Dot Net is Platform Independent or Platform Dependent..?..

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

Dot Net is Platform Independent or Platform Dependent..?..

Answer / dsad

sdsasdasd

Is This Answer Correct ?    5 Yes 12 No

Post New Answer

More Dot Net General Interview Questions

Explain cas (code access security)?

1 Answers  


How to customize the trace output?

1 Answers  


What does jit compilation do in .net?

1 Answers  


Explain what is the difference between a class and an object?

1 Answers  


What are the main components in .net?

1 Answers  


How ASP .NET different from ASP?

4 Answers  


Is Driver Script any how related to AOM?

1 Answers   TCS,


What is concurrency? How will you avoid concurrency when dealing with dataset?

1 Answers  


Write an StoredProcedure to get the values of a column within a date range.

1 Answers   Deloitte,


Explain what is reflection in microsoft .net context?

1 Answers  


what is the default value of CHAR type?in C# using asp.net?

7 Answers   Bosch,


What is portable executable (PE)?

2 Answers  


Categories