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
What are the most popular design patterns?
What is clean architecture?
What is the difference between adapter and facade?
What are the benefits of the proxy in the design pattern?
What are the types of participants of the prototype design pattern you will get?
What is the executor design pattern?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
What are the main types of concurrency design patterns?
What are the design patterns you know explain?
What are the most commonly used design patterns?
Where should we use singleton design pattern?
Is singleton scope thread safe?
What is singleton design pattern in java?
Which design pattern is mostly used in net?
Is dependency injection a design pattern?