what is the jit? what is the type of jit and purpose of it>
Answers were Sorted based on User's Feedback
Answer / payal
all source code is converted to IL(inertmediate language)
and using JIT il is convet to machine code.this is come in
CLR(managed code)
this is used in runtime environment.
types
1.pre-JIT
in that all source code is complied at one time on one
complication.
2.Econo-JIT
in that this complied the methods which arec called at
runtime .
3.normal-JIT
in that this complied the methods which arec called at
runtime.The methods which are compiled at first time these
are kept in cache and when need refer from it.
in that this called the methods at only
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / career.tina@yahoo.co.in
JIT IS JUST IN TIME COMPILER
Pre-JIT (Compiles entire code into native code at one
stretch)
Ecno-JIT (Compiles code part by part freeing
when required)
Normal JIT (Compiles only that part of code when
called and places in cache)
| Is This Answer Correct ? | 4 Yes | 4 No |
Can a master page have more than one contentplaceholder?
What is Partial in ASP.NET 2.0?
What is query string?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
What is global.asax file used for?
What is Assert Method ?
which event in global.asx that fires for every request of same user?
Where can we set the specific variables for a application and Session objects ?
What are early binding and late binding.
Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the question mark in a url?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)