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 non-visual coding tools are available for web design?

0 Answers   Wipro,


What is difference between GoF and J2EE patterns?

1 Answers   Accenture,


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

0 Answers  


Which design patterns have you used in your project ?

0 Answers   QuestPond,


Is singleton a design pattern?

0 Answers  






What is the difference between proxy and adapter?

0 Answers  


How to analyze the design patterns ?

1 Answers   HP, Infosys, RRB,


Can we inherit singleton class?

0 Answers  


What are the types of the proxy design you will get in the design pattern?

0 Answers  


What is the gang of four design pattern?

0 Answers  


What is Architecture and what is design? Are they related?

3 Answers   Accenture, IBM,


2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

0 Answers   IBM,


Categories