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


Please Help Members By Posting Answers For Below Questions

What is viper architecture?

612


Is mvc is a design pattern?

593


What is the difference between factory and abstract factory design pattern?

580


What are creational design patterns?

632


What is difference between function oriented design and object oriented design?

597






What are the disadvantages of singleton pattern?

583


Explain what are 5 common problems in the software development process?

614


What is the difference between factory and builder design pattern?

507


Is oop a design pattern?

589


Using any system, product, or service your organization provides, identify the human system roles for the product.

2192


What is the concurrency design pattern?

709


What is single tone design pattern in java?

549


What are the SDLC phases you have invloved ?

2184


Why is singleton bad?

574


Why have we used synchronized here?

611