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 the lazy design pattern?
What are the benefits of the proxy in the design pattern?
What is the difference between proxy and adapter?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What are the design patterns you know explain?
Did you use ooa/ood methodologies? Did you use design patterns?
What are the SDLC phases you have invloved ?
Where should we use singleton design pattern?
Give me example of observer design pattern?
Why singleton beans are not thread safe?
4. Identify and bound the SOI’s Operating Environment.
What is difference between function oriented design and object oriented design?
What is proxy in design pattern?
What is the executor design pattern?
When should design patterns be used?