Is servlet a framework?
What is done after deploying a war file and before client gives a request
Can you send an authentication error from a servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How do you deal property files in servlet?
What is the difference between Servlets and Applets?
How will two or three servlets interact or communicate with each other?
Difference between doget and dopost?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is filter? Can filter be used as request or response?
What is meant by a web application
What are different types of SessionTracking?
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??????????????????