What does assert() method do?
Answer Posted / 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 View All Answers
What is stateless model?
explain why t4 entity is important in entity framework?
How to make sure Client Validation is enabled in ASP.Net MVC
What is the 'page life cycle' of an ASP.NET MVC?
How to enable Attribute Routing?
What is code first? : Entity framework
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Can a view be shared across multiple controllers? If yes, how we can do that?
How to Create an Intranet Site Using ASP.NET MVC?
What is a model in programming?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is entity framework firstordefault?
What is the .net framework?
Explain the 'page lifecycle' of an ASP.NET MVC?
what do you mean by table-per-type?