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
How do you choose a design pattern?
Is bean a singleton?
What is difference between function oriented design and object oriented design?
What non-visual coding tools are available for web design?
What are structural design patterns?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are the types of the proxy design you will get in the 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 is proxy in design pattern?
Why do we need singleton pattern?
What is the difference between builder and composite?
Is mvc is a design pattern?
What is the design pattern?
Explain what is good design?
what are the creational design patterns