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 |
what is ssdl?
Explain ASP.NET MVC Identity and Security?
Does the .NET Framework have in-built support for serialization?
How you can implement custom validation in asp.net MVC?
How we can call a javascript function on the change of a dropdown list in mvc?
What is the difference between viewbag and viewdata in mvc?
what is explicit loading?
Explain the request flow in asp.net mvc framework?
Can a nested object be used in Serialization
What is Differnce between html.action and ajax.action?
What happens when you encounter a continue statement inside the for loop ?
How do I use partial view?