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)?

0 Answers  


Is .net an object oriented language? What are their components?

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually.

0 Answers  


Explain why do we use msmq?

0 Answers  


How is development of a Windows service different from a Windows Forms application?

1 Answers  






How many types of generations are there in a garbage collector?

0 Answers  


Do you know what is garbage collector?

0 Answers  


Explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


Difference between machine.config and web.config?

0 Answers  


How does linq work?

0 Answers  


Please explain what are an object and a class?

0 Answers  


What is an anonymous method and how is it different from a lambda expression?

0 Answers  


Categories