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

What is the advantage of mvc?

0 Answers  


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

0 Answers  


Explain the types of Scaffoldings.

0 Answers  


Which are the abstract classes available under system.xml namespace

1 Answers  


Explain two instances where routing is not implemented or required?

0 Answers  






If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


What is GC (Garbage Collection) and how it works

1 Answers  


What is the necessity for singning an assembly with a strong name?

1 Answers   L&T,


What is the difference b/w constant & read only variable?

4 Answers   IMI Soft Engineering,


explain what is ado.net entity framework?

0 Answers   Microsoft,


What is the difference between string and String

1 Answers  


What is Separation of Concerns in ASP.NET ASP.Net MVC?

0 Answers  


Categories