What is the difference between callling a RequestDispatcher
using ServletRequest and ServletContext?
Answer Posted / mahesh
We can give relative URL when we use ServletRequest and not
while using ServletContext.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to generate the server side programming and the advantages of it over the other languages?
What are the jobs performed by servlets?
When Servlet is unloaded?
Why session tracking is needed?
Explain mvc pattern.
What is http servlet in java?
Explain the servlet filter.
Explain the jar and war files in servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is cookie in servlet?
What is servlet and its life cycle?
How do cookies work in servlets?
Why servlet is mostly used?
List some life cycle methods of a servlet.
Can you refresh servlet in client and server-side automatically?