What does assert() method do?



What does assert() method do?..

Answer / swapna

In debug compilation, assert takes in a Boolean condition
as a parameter, and shows the error dialog if the condition
is false. The program proceeds without any interruption if
the condition is true.

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

If you are using components in your application, how can you handle exceptions raised in a component ?

4 Answers   Accenture, BirlaSoft,


How can I stop my code being reverse-engineered from IL

1 Answers  


Describe the gac in the .net framework.

0 Answers  


reading doc file in textbox using .net2005 with c#

3 Answers  


why DotNetFramework is included in building a software

0 Answers   Infosys, Symphony,






Which filter executes first in an asp.net mvc application?

0 Answers  


What operating systems will the .net framework 3.0 be available for?

0 Answers  


Explain tempdata in mvc?

0 Answers  


What is the role of the jit compiler in .net framework?

0 Answers  


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

0 Answers  


How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


How to update one of my table in database at 4pm every day how it is possible?

0 Answers  


Categories