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


Please Help Members By Posting Answers For Below Questions

Are you using singleton in your code?

591


What is the executor design pattern?

727


Write the code for a singleton class?

620


Where should we use singleton design pattern?

544


Are singletons bad?

578






What is singleton design pattern in java?

591


What is the creational design pattern?

631


what is the lazy design pattern?

603


What are the 23 design patterns?

719


What are creational design patterns?

632


What is a lazy initialization in singleton?

596


Can we make the reference instance non static?

547


Explain what is good design?

621


What is meant by design pattern?

579


Shall we use abstract classes or interfaces in policy / strategy design pattern?

597