![]() Related Questions Yes, you can invoke the JSP error page and pass the exception object to it from within a servlet. The trick is to create a request dispatcher for the JSP error page, and pass the exception object as a Latest Answer : 1. How do u difine an error page?2.What r the methods called in servlet life cycle?3.How can u make session variables un available?4. How to change the port no of agiven application server?5.How do udeploye an EJB in the existing application using webspehere?6.Why ... In servlets, what is the use of sendredirect(),include( ), forward() ?and in applecation level at what scnario they will be used i know only that send redircet is of client side. and remaing are severside functions Read Answers (3) | Asked by : srikanth Suppose there are 15 links on the homepage of a site and each link creates a new request, how your servlet controller would handle it? (Assuming you are using MVC-2) Read Answers (3) | Asked by : Anoop Latest Answer : There is a controller in MVC1 architecture.Controller in MVC1 architecture is implemented in jsp along with view of the page.But the problem is there is no seperate controller in MVC1.So burden of having both Controller and view in jsp is more.JSP will ... Read Answers (6) | Asked by : sarithareddy Latest Answer : According to MVC2 the purpose of addition of the controller was to just separate the dynamic part of the application from the static part and for that the dynamic part given the name "view" is handled as
JSP's . while the static part as controller ... Read Answers (6) | Asked by : Prabhakaran Describe the functions of Controller? Latest Answer : Controller as the name specifies is a part of the application server that controlles the whole application.In MVC(if you are aware of model,view,controller) the maintasks of the controller are:1> Take the user inputs from the request and understand what ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||