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
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is aop design?
Why have we declared the instance reference volatile?
Describe the builder design pattern
Which design patterns have you used in your project ?
Is singleton an anti pattern?
What are the benefits of the proxy in the design pattern?
What is the difference between factory and strategy design pattern?
Why is singleton used?
Can we inherit singleton class?
What is the builder pattern?
Are you using singleton in your code?
What are the differences between the design patterns and the framework?
What are the categories in which the design patterns can be divided?
What is the use of design patterns?