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 is Single Threaded Model in Servlets? Explain this with an example?
Explain the war file?
Which exception is thrown if the servlet is not initialized properly?
What is the difference between genericservlet and httpservlet
How to get the current httpsession object?
What is servlet configuration?
Why servlet is mostly used?
What is called servlet mapping?
Explain the servlet context.
Explain the role of dispatcherservlet and contextloaderlistener.
Can we use threads in Servlets?
How to create war file?