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
What must be implemented by all servlets?
What are the security issues in Servlets?
Can you send an authentication error from a servlet?
when you comppile the servlet is it neccesary to restaet the tomcat server?
What is the purpose of requestdispatcher interface?
What’s the difference between genericservlet and httpservlet?
How to handle the debug errors in servlets?
What is preinitialization of a servlet?
What is the capacity the doget can send to the server?
List some life cycle methods of a servlet.
Can a jsp be called using a servlet?
What is servlet in simple terms?