What are the disadvantages of storing session state in cookies?
No Answer is Posted For this Question
Be the First to Post Answer
In servlets, Why do we need both GET and POST method implementations?
how the server will know its the same jsp page?
How do you define a servlet?
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??????????????????
What is the difference between Server and Container?
How do you deal property files in servlet?
can i call init() method in destroy() method of servlset. ?
What is the use of httpservletrequestwrapper?
request parameter how to find whether a parameter exists in the request object?
What do you mean by annotations in servlet?
What is a servlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?