If there is a Model class,View class,Controller class then
How these are internally related? Which layer objects
instantiated in which layer? How they communicates?
Answer Posted / rajamani
View is Client side pages. Model is over underlying
database. controlers are nothing but delegates that
watching what ever view holds as data.
once, data changes in data model thru client pages or thru
any other call. then, controller will initimate to view
related to that changes and UI controls will reflect the
changes accordingly.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is meant by design pattern?
Is mvc a software design pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What are the main types of concurrency design patterns?
What are the most commonly used design patterns?
Why should we not use singleton pattern?
Are you using singleton in your code?
What design pattern wrapper classes implement?
Why do we need singleton pattern?
How did you design your unit tests?What about integration tests?
Which design patterns have you used in your project ?
Is singleton a design pattern?
Is dependency injection a design pattern?
Are singletons bad?
What is the creational design pattern?