Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???

6 Answers   3i Infotech,


What's an interface

1 Answers  


What are the types of assemblies

1 Answers  


What is entity sql? : Entity framework

0 Answers  


How do I change the permission set for a code group

1 Answers   4Cplus,


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


What are the 2 popular asp.net mvc view engines?

0 Answers  


What does 'managed' mean in the .NET context

1 Answers  


What is the meaning of unobtrusive javascript? Explain us by any practical example.

0 Answers  


Explain dependency resolution?

0 Answers  


What is .net core framework?

0 Answers  


What is the 'page life cycle' of an ASP.NET MVC?

0 Answers   NA,


Categories