What are actually Model,view,Controller in MVC Pattern?

Answers were Sorted based on User's Feedback



What are actually Model,view,Controller in MVC Pattern?..

Answer / 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

What are actually Model,view,Controller in MVC Pattern?..

Answer / devarathnam c,kotagudibanda(po

Hi...
MODEL:Model is nothing but storing the databse objects.
VIEW: View is nothing but userinterface
CONTROLLER: Controller is nothing but handling the requests
and sending the response.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Design Patterns Interview Questions

What is the design pattern?

0 Answers  


Can we use an equated value as operands for an MVC ? Reason for the same.

0 Answers   Ness Technologies,


What is single tone design pattern in java?

0 Answers  


What is the difference between factory and abstract factory design pattern?

0 Answers  


Is bean a singleton?

0 Answers  






What is a lazy initialization in singleton?

0 Answers  


Can you explain singleton pattern?

0 Answers  


Why do we need singleton pattern?

0 Answers  


3. Discuss the concept of system transition strategy

0 Answers  


What is design pattern ?

4 Answers   Accenture,


Which Design Patterns you know?

4 Answers   Honeywell,


Is singleton scope thread safe?

0 Answers  


Categories