What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?


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

Post New Answer

More Dot Net General Interview Questions

How do you create threading in .NET? What is the namespace for that?

2 Answers  


What is equivalent for regsvr32 exe in .net ?

0 Answers  


How is a managed code executed?

1 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


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

0 Answers  


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


What are the different parts of an Assembly in .Net?

1 Answers  


What are the differences between com architecture and.net architecture?

0 Answers  


Give an example for setter/ write-only methods

1 Answers  


What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?

3 Answers   Accenture, CC Soft, Infosys,


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Categories