adspace
Answer Posted / Lokesh Diwakar
"JIT (Just-In-Time)" compilers in .NET come in two forms: JIT (for native code generation) and AOT (Ahead-Of-Time). JIT is used by default, while AOT is used for performance-critical applications where a one-time compilation of the entire application can yield better performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers