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 |
How to make sure Client Validation is enabled in ASP.Net MVC
Difference between <connectionstring> and <appsettings>
What is a razor file?
Why to use html.partial in mvc?
what is connection pooling
Explain Model, view and Controllers in Asp.Net MVC?
What is the difference between ViewData, ViewBag and TempData?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
what is lazy loading in entity framework?
How is method overriding different from method overloading
What is the CLS
Is CLR is compiler or Interpreter