What are actually Model,view,Controller in MVC Pattern?
Answers were Sorted based on User's Feedback
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 |
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 |
Give me example of chain of responsibility design pattern?
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
Is singleton scope thread safe?
What is difference between GoF and J2EE patterns?
What are the types of the proxy design you will get in the design pattern?
Name some of the analytical tools and KPIs that you used in your evaluations.
Why singleton beans are not thread safe?
Are you using singleton in your code?
What is Color Theory?
what is design patterns? which design patterns mostly used in .net? How it is used with examples?
Why is it important to use systems analysis and design methodologies when building a system? Why not just build the system in whatever way appears to be “quick and easy”? What value is provided by using an “engineering” approach?
1 Answers DBU, KSV College, Sampson, University of Ibadan,
What are the additional productivity features and enhancements included with Quartus II software version 6.0?