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

What does assert() method do?

1 Answers   MCN Solutions, Siebel Systems,


Can we look at the IL for an assembly?

2 Answers  


How does the .net framework 3.0 relate to windows vista?

0 Answers  


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

2 Answers  


What is latest version of .net framework?

0 Answers  


What is filters in web api?

0 Answers  


what is mean by type-safe? Please answer me. Advance thanks.

0 Answers   Excel,


What are the new features 3.5 framework against with the tool?

0 Answers  


what is the use of final method

3 Answers   TCS,


Have you designed any components?

2 Answers   HP,


What is main objective of asp.net mvc 4 or what is new in mvc4 ?

0 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


Categories