What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?



What does CLR do after the IL is generated and machine language is generated .Will it look for main..

Answer / priya

Once IL and Machine Language is generated, by using CLR, JIT
(just in time) compiles the IL files, where it converts the
code to Operating System understandable.


CLR translates this MSIL code into an executable code when
the program is executed making the program to run in any
environment for which the CLR is implemented.

When .Net program is executed CLR activates the JIT
compiler, where JIT compiler converts MSIL code into native
code (OS understandable).

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

0 Answers  


How can you prevent your class to be inherated further

1 Answers  


Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


What is the difference between .net core and .net framework?

0 Answers  


What is entity framework used for?

0 Answers  






What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?

1 Answers   BWT, MMTS, UIU,


What is Reflection in .NET?

6 Answers   Fiserv, TCS,


Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


What are Model Binders in ASP.Net MVC?

0 Answers  


What is the CLS

1 Answers  


How to answer for project questions..?

0 Answers  


How to create an alias name for a namespace?

4 Answers   IBM,


Categories