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()?
No Answer is Posted For this Question
Be the First to Post Answer
How can we create deadlock situation in servlet?
How do we go with database connection and log4j integration in servlet?
What is ServletConfig object?
What do you mean by scope object and what are its types?
What is the <load-on-startup> element?
What is a server side include (ssi)
Write a program to show the functionality of doget and dopost method?
What is generic servlet class?
What is the servlet?
Why is http protocol called as a stateless protocol?
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??????????????????
Explain url encoding in servlet?