What are actually Model,view,Controller in MVC Pattern?
Answer Posted / vijayendra ratrey
MVC - is using for separation the business logic and
application data from the presentation data to the user.
MODLE :-Here we put all kind of business logic and methods
for data manipulation(CURD).
VIEW :- it is user interface here user can make request.
it is build by using(html, css, js, etc).
CONTROLLER :- it used for controlling and validating request
and response. it decides where to send the request whether
back to view as a response or send it ot model. Controller
make communication between model and view.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
5.Develop an entity relationships diagram that identifies physical entity relationships.
Explain what is good design?
When singleton pattern is used?
Are you using singleton in your code?
Explain what are 5 common problems in the software development process?
Is bean a singleton?
Quartus II software version 6.0 is available for which operating systems (OS)?
How did you design your unit tests?What about integration tests?
What design pattern wrapper classes implement?
What is synchronizer token pattern?
Is singleton scope thread safe?
What are the most important software design patterns?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
What is use case in clean architecture?
What are the disadvantages of singleton pattern?