adspace
Answer Posted / Bhushan Sitaram Wahane
Just-In-Time (JIT) compilers are dynamic compilers that translate high-level code at runtime, typically used in modern virtual machines like the Java Virtual Machine (JVM) or .NET Common Language Runtime (CLR).nnNode.js, however, uses an ahead-of-time (AOT) compiler called V8 which converts JavaScript code into machine code before it is executed.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers