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 are the advantages of asp.net mvc?
What is namespace of asp.net mvc?
What is stateless model?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
mention what is code first approach and model first approach in entity framework?
What are the options can be configured in AJAX helpers?
What is the purpose of a web form?
Does windows 10 need .net framework?
How we can call a javascript function on the change of a dropdown list in mvc?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
how do you mark a property as required? For example, for a project, the name is a required field.
Explain bundle.config in mvc4?
What are ajax helpers in asp.net mvc?