What is JIT, what are types of JITS and their purpose ?
Answer Posted / kalpana reddy m
JIT :Just In Time
It converts MSIL code into Native code
It can be devided in 2 types
1.STANDARD JIT
2.ECONAMIC JIT
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
What is asp.net globalization?
If we remove web.config or machine.config from the application then, is this application will works?
Why does my asp.net file have multiple tag with runat=server?
What is cached data phone?
What are the three parts of an http response?
What is inproc and outproc?
What is considered a service provider?
Give an example of cookie abuse.
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are the two types of web pages?
What is the mvc model?
Explain what does wsdl stand for?
What is the difference between web.config and machine.config in ASP.NET?
What does asp in asp.net stand for?
What are main return types supported in Web API?