ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  VB.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is JIT(Just In Time) and How it works?
 Question Submitted By :: Ateev
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is JIT(Just In Time) and How it works?
Answer
# 1
Just In Time compiler is another important term in CLR.This 
means that take action as soon as request comes.This term 
is taken form china people.They dontkeep anything in 
inventory. So whenever a resquest for any item arises, they 
purches that item & give to requester; this operation is 
called as Just In Time.
The MSIL, which we canview using ILDASM, is passed to 
CLR,When JIT encounters call to particular method, which 
get converted into Native Code. 
There are three types of JIT Compiler.
Standard JIT
Pre-JIT
ECONJIT
 
Is This Answer Correct ?    1 Yes 4 No
Pallavi Jadhav
 
  Re: What is JIT(Just In Time) and How it works?
Answer
# 2
JIT is a program which compiles MSIL to machine code, 
without this .net has no path to machine code.
Types:
Standard JIT: It produces highly optimized machine code and 
it caches the code in case it need to access 
again.Compilation of IL to native code is very slow however 
it produces native code very fast. To make it fast machine 
use lot of Ram.
Econo JIT:This is designed for small system which donot 
have lot of RAM.But it Produces the code which is not 
optimal and also it donot cache the code.
 
Is This Answer Correct ?    1 Yes 1 No
Megha
 
 
 
  Re: What is JIT(Just In Time) and How it works?
Answer
# 3
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 ?    1 Yes 1 No
Pankaj Arya
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
What is JIT(Just In Time) and How it works? Infocons3
Where would you use Abstract class and Interface?  2
What is the difference b/w Readonly Variable and Constant Variable? Sonata5
What is shadowing? TCS3
What is MSIL  4
Is there any easy way to convert VB6 programs to VB.Net?  3
Regarding Types of compatability in VB and their usage ? Satyam1
how to send data to exe file? my code has a button when i press it, an exe file will open. how can i send data as input to the exe file?  2
ColumnMapping belongs to which namespaces?  1
is it possible to use flexgrid in vb dotnet? Microsoft7
what are the difference between An input box and Message box ..?  3
In order to get assembly info whcih namespace we should import?  1
Trace and Debug belongs to which namespaces?  4
What are Major Feature of VB.NET Over C#.NET  9
What is "Friend" in VB.Net?  2
1234 123 12 1 how to design above pic in vb.net? ABC2
What is the Common Language Runtime? Ksb8
How does you get record no from 5 to 15 from a dataset of 100 records? ABC2
linex will support dot net? Phoenix-Technologies4
Advantage of vb.net over vb ? Digital-GlobalSoft5
 
For more VB.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com