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

Types of assemblies that can be created in dotnet ?

2 Answers   MMTS,


What is .net framework used for?

0 Answers  


What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


what is deferred loading(lazy loading)?

0 Answers   Microsoft,


What is objectset? : Entity framework

0 Answers  






What is shared and private assembly ?

3 Answers   Accenture, BirlaSoft,


Briefly describe the roles of clr in .net framework?

0 Answers  


Explain what languages does the .net framework support?

0 Answers  


What is controllercontext?

0 Answers  


Which is the root namespace for fundamental types in .net framework?

0 Answers  


What are the components of the .net framework.

0 Answers  


How do assemblies find each other?

2 Answers  


Categories