InterviewSolution
Saved Bookmarks
| 1. |
What is JIT in VB.Net also explain its types? |
|
Answer» JIT in VB.Net is also called as Just in Time. It is nothing but a compiler that plays a PART during runtime EXECUTION. In VB.Net, we have three types of JIT: |
|