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 / devarathnam c,kotagudibanda(po
Hi... Model is nothing but a class/bean having the setters
and getters methods to providing the required information
to the controller(SERVLET) and View(JSP).First the client
will give the request by using the view(jsp),the view can
forward the data to controller(servlet)then the controler
process the request based on the Model components .Finally
the servlet send the response to view.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is singleton an anti pattern?
Where should we use singleton design pattern?
Give me example of chain of responsibility design pattern?
What are the examples of the behavioral design patterns?
What is proxy in design pattern?
What are the design patterns you know explain?
What are the main types of concurrency design patterns?
Can we have this pattern implemented using static class?
Is mvc a software design pattern?
What is the factory pattern in the design pattern?
What are the most commonly used design patterns?
What is the singleton design pattern?
Is bean a singleton?
What is synchronizer token pattern?
What are the main usage of the patterns?