What is jit (just in time)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are functions in c#?

0 Answers  


what is the purpose of Interfaces?

7 Answers   HCL,


Explain the difference between directcast and ctype.

0 Answers  


What is boxing? Explain its functionality?

0 Answers   Siebel,


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  






What is windows application in c#?

0 Answers  


Explain About disco and uddi

0 Answers   Digital GlobalSoft,


What are expressions c#?

0 Answers  


What language is c# similar to?

0 Answers  


In which order the constructor is called for an inherited class?

0 Answers  


What is the difference between readkey and readline in c#?

0 Answers  


Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


Categories