What is the role of the Just-In-Time (JIT) compiler in the .NET Framework?
1
To translate source code into assembly language
2
To convert assembly language into machine code at runtime
3
To interpret bytecode instructions directly
4
To manage the loading and unloading of assemblies
5
Question Not Attempted