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 are Action Filters in ASP.NET MVC and its use?
What is the purpose of a web form?
what is entity data model?
What is the role of the jit compiler in .net framework?
how can you tell ef to have a different table or column name than that defined for the class?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is the use of action filters in an mvc application?
What are the new features 3.5 framework against with the tool?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain the new features added in version 4 of mvc (mvc4)?
What is .net architecture and framework?
Is CLR is compiler or Interpreter