C# JIT compilation definition | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

C# JIT compilation definition

is there anything called C# JIT Compiler

10th Sep 2018, 9:50 AM
Alao Abiodun
Alao Abiodun - avatar
2 Respuestas
0
JIT means Just in time, it compiles in time of execution. It's like Java, it's translated to Java byte code and then compiled by JRE to run
10th Sep 2018, 9:57 AM
Alexander Santos
Alexander Santos - avatar