What happens when you encounter a continue statement inside the for loop ?
Answer Posted / kirti
The code for the rest of the loop is ignored, the control is transferred back to the beginning of the loop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
how do you mark a property as required? For example, for a project, the name is a required field.
What is Attribute Routing in ASP.Net MVC?
What is edm in entity framework?
what is use of entity container?
What are the advantages of asp.net mvc?
What are the sub types of ActionResult?
How to answer for project questions..?
Explain RenderBody and RenderPage in ASP.Net MVC?
Explain how you can implement Ajax in MVC?
Briefly describe the roles of clr in .net framework?
How does .net framework works?
What is the advantage of using asp.net routing?
What is an asynchronous controller in asp.net mvc?
The order of the filters that get executed, if the multiple filters are implemented?