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 |
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
Can we look at the IL for an assembly?
How does the .net framework 3.0 relate to windows vista?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What is latest version of .net framework?
What is filters in web api?
what is mean by type-safe? Please answer me. Advance thanks.
What are the new features 3.5 framework against with the tool?
what is the use of final method
Have you designed any components?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is serialization in .NET? What are the ways to control serialization?