Question d’entretien chez Tech Mahindra

Describe the compilation process in .NET

Réponse à la question d'entretien

Utilisateur anonyme

22 déc. 2018

1. The code is compiled into IL. 2. The JIT interprets the IL into actual machine code. 3. The program is run.