What are life cycle methods of a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is Single Threaded Model in Servlets? Explain this with an example?
What is Request Dispatcher?
Define the lifecycle for executing a jsp page.
What is servlet container?
How printwriter is different from servletoutputstream?
Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
What do you mean by chaining in servlet?
How to get the path of servlet in the server?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Why do we have servlet filters?
can it possible to validate form field before execution of a servlet service method if yes how??