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 Separation of Concerns in ASP.NET ASP.Net MVC?
Explain test driven development (tdd) ?
Can we add constraints to the route? If yes, explain how we can do it?
How route table is created in ASP.NET MVC?
How do you specify comments using razor syntax?
What is RouteConfig.cs in ASP.Net MVC 4?
Explain dependency resolution?
What is viewstart page in mvc?
differences between poco, model first and data first approach?
Why to use Html.Partial in ASP.Net MVC?
What is storage model? : Entity framework
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
List out few different return types of a controller action method?
What is the full form of sp?
What is entity framework firstordefault?