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 / rasik210
Q. Which layer objects
instantiated in which layer? How they communicates?
Ans. As much as I understand Controller class controls the
instantiation of both the view and Model classes.
Controller instatiates the model class fetches data from it
and passes it onto View class for displaying it to the end
user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why have we used synchronized here?
What are the types of the proxy design you will get in the design pattern?
When singleton pattern is used?
What are the main types of concurrency design patterns?
Is singleton an anti pattern?
What are creational design patterns?
What is factory method in design pattern?
What is singleton and factory pattern?
Can we make the reference instance non static?
What is the factory pattern in the design pattern?
Why have we declared the instance reference volatile?
What is the prototype design pattern?
What is mvp design pattern?
What are the disadvantages of singleton pattern?
Is mvc a software design pattern?