What is Request Dispatcher?
Request Dispatcher is an interface whose implementation defines an object which can dispatch the request to any resources on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the web server used for running the Servlets?
Why do we need servlet filter?
What is meant by a web application
What are the phases of a servlet life cycle?
What is Request Dispatcher?
What are advantages of servlets over cgi?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
What is difference between PrintWriter and ServletOutputStream?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is java servlet?
What are the new features added to servlet 2.5?