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
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the difference between 3 tier and n tier architecture?
How did you design your unit tests?What about integration tests?
What is the difference between factory and strategy design pattern?
What are the most important software design patterns?
Write the code for a singleton class?
Why should we not use singleton pattern?
Explain what are 5 common problems in the software development process?
What is the difference between architecture and design?
What is the builder pattern?
What is lexi design pattern?
What is the factory pattern in the design pattern?
Is mvc a software design pattern?
What are the SDLC phases you have invloved ?
Using any system, product, or service your organization provides, identify the human system roles for the product.