Explain the working of service() method of a servlet.
No Answer is Posted For this Question
Be the First to Post Answer
Which interface must be implemented by all servlets?
What is the need of session tracking in HttpServlet ?
Why is init() method is used in servlets?
What is the purpose of dispatcherservlet properties?
difference between sendredirect,forward and url rewritting
What is new in ServletRequest interface ? (Servlet 2.4)
How do you find out what client machine is making a request to your servlet
In jsp custom tags from child tags to how many levels of parent tags you can acess
What is difference between PrintWriter and ServletOutputStream?
How to get the current httpsession object?
List some life cycle methods of a servlet.
can i call init() method in destroy() method of servlset. ?