What does jit do?


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

Post New Answer

More Dot Net General Interview Questions

What is your observations between vb.net and vc#.net?

0 Answers  


what is a strong name?

3 Answers  


What is strong name?

2 Answers  


How many namespaces are in .net version 1.1?

0 Answers  


What do the terms “boxing” and “unboxing” mean?

0 Answers  






DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What are the new 2.0 features useful for?

0 Answers  


What is Global Assembly Cache (GAC) and what is the Purpose of it?

1 Answers  


What is CLR? How it will work?

3 Answers   NeoSoft,


What is Method Overriding? How to override a function in C#?

1 Answers  


Please explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


What's singleton activation mode in .net?

0 Answers  


Categories