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
Explain Model, view and Controllers in Asp.Net MVC?
What is disconnected scenario? : Entity framework
Can you please explain the request flow in ASP.NET MVC framework?
What are the main components of .net framework?
Describe the roles of clr in .net framework.?
What are html helpers in asp.net mvc?
What is rxjava used for?
Explain representational state transfer (rest) in detail?
How to change the action name in mvc?
What is the 'page life cycle' of an ASP.NET MVC?
What is the version number for the next version of the .net framework, codenamed �orcas�?
How large is the .net framework 3.0?
Why to use html.partial in mvc?
What is the difference between model view and controller?
What is NonActionAttribute ?