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 do you box a primitive data type variable ?
what is a round trip?What is a postback?
What is the advantage of using asp.net routing?
What is renderbody?
what are the different stepts to create shared assemblies?
What is Attribute Routing in ASP.Net MVC?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what is scalar property?
What is the main difference between VS 2005 and VS 2003?
How can you return string result from Action in ASP.Net MVC?
what is namespace?
What are Resource Files ? How are they used in .NET