Explain the working of service() method of a servlet.
No Answer is Posted For this Question
Be the First to Post Answer
What is the default HttpRequest method?
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 life cycle of a servlet?
Can we call destroy() method inside the init() method? What happens when we do so?
What do you mean by web applications?
Can you use javascript in servlets?
Is there any need to shutdown the web server, if you want to modify a servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What do you mean by the servlet chaining?
What is the need of session tracking in web application?
Explain the servlet context.
where the generated jsp source file are stored?