in Technology by
Explain the MVC Application life cycle.

1 Answer

0 votes
by

he web applications usually have 2 primary execution steps. These are:

  • Understanding the request
  • Sending an appropriate response based on the type of request


The same thing can be related to MVC applications also whose life cycle has 2 foremost phases:

  • for creating a request object
  • for sending the response to any browser

Related questions

0 votes
    Explain application life cycle or application states....
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    How many phases are there in the Secure Software Development Life Cycle? (1)7 (2)5 (3)3 (4)6...
asked May 18, 2021 in Technology by JackTerrance
0 votes
    Which of the following is the correct order of servlet life cycle phase methods? A - init(), service(), destroy() B - ... execute(), destroy() D - init(), service(), delete()...
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    Which one is the correct order of phases in JSP life cycle? (a) Initialization, Cleanup, Compilation, Execution (b) ... & API of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    ____ is the last stage of the AI project Life cycle. a) Problem Scoping b) Evaluation c) ... proposed by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 12, 2021 in Education by JackTerrance
0 votes
    Which one is the correct order of phases in JSP life cycle? (a) Initialization, Cleanup, Compilation, ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    What are the different phases in an automation testing life cycle?...
asked Jul 11, 2021 in Education by JackTerrance
0 votes
    What is the ASP.NET page life cycle events?...
asked Apr 7, 2021 in Education by JackTerrance
0 votes
0 votes
    Explain about Reheat cycle?...
asked Jan 30, 2021 in Technology by JackTerrance
0 votes
    I don't develop too many desktop / Windows Forms applications, but it had occurred to me that there ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 23, 2022 in Education by JackTerrance
0 votes
    I don't develop too many desktop / Windows Forms applications, but it had occurred to me that there ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 23, 2022 in Education by JackTerrance
0 votes
    How can I mock the database calls to make my application logic been tested without database? JavaScript ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 5, 2022 in Education by JackTerrance
...