what is MVC Pattern?

Answer Posted / devarathnam c,kotagudibanda(po

Hi... MVC is the one of the design pattern which enables
you to de-coupling the modules.
MODEL:It cane be used to store the database objects.
VIEW: It can be used to view purpose,to giving the user
input.
CONTROLLER:It is the main component in the MVC
pattern,which can handle request and response mechanism.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of such a class?

668


Give me example of observer design pattern?

630


What is mvp design pattern?

672


what are the creational design patterns

666


Is singleton scope thread safe?

622






What are the main usage of the patterns?

630


How did you design your unit tests?What about integration tests?

1800


what is the lazy design pattern?

603


What is the difference between 3 tier and n tier architecture?

607


What is proxy in design pattern?

607


What is the prototype design pattern?

632


What is a lazy initialization in singleton?

596


What are the types of design patterns?

568


What is a behavioral design pattern?

621


What is the difference between factory and builder design pattern?

505