What is called servlet mapping?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we have servlet listeners?
Why do we need a constructor in a servlet if we use the init method?
Explain url encoding?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
Name the servers that can be used to develope and deploy Servlets?
What is Server-Side Includes?
What is URL Rewriting ?
can we override service method in my servlet class..?? if yes or no why ??
How can you use a servlet to generate a plain text instead of html?
What's the use of servletcontext?
What's the architecture of a servlet package?
Why is a constructor needed in a servlet even if we use the init method?