What is JIT(Just In Time) and How it works?
Answer Posted / pankaj arya
JIT compile the native code, only that part of code will be
compiled which is needed, rest is not compiled untill not
needed.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How to store decimal data in .net?
What is a literal control?
What do you mean by serialization and deserialization?
What is the use of console application?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is code security?
What is the importance of a Button control?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is the difference between static or dynamic assemblies?
How to send xml file on server using http protocol?
What are the shadow variables?
How to view an assembly?
Explain cls?
What is static member?
what is interface and when it is used?