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
What is mvp design pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Using any system, product, or service your organization provides, identify the human system roles for the product.
What are the categories in which the design patterns can be divided?
Can we use an equated value as operands for an MVC ? Reason for the same.
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What is factory method in design pattern?
Is singleton an anti pattern?
What is singleton and factory pattern?
Why have we used synchronized here?
What is singleton design pattern in java?
4. Identify and bound the SOI’s Operating Environment.
Is bean a singleton?
What are the main usage of the patterns?