What is session?
No Answer is Posted For this Question
Be the First to Post Answer
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
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??????????????????
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is the type of method for sending request from http server?
How to read request headers from servlets?
Why is http protocol called as a stateless protocol?
What is the major difference between context parameter and context attribute?
How can we upload the file to the server using servlet?
How to handle the debug errors in servlets?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is servlet lazy loading?
How does Cookies work in Servlets?