What are the key methods that are involved in processing of http servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between HttpServlet and GenericServlets?
What do you mean by cgi in servlet?
What is life cycle of Servlet?
What is the default http method in the servlet?
What is a generic servlet?
Explain the difference between generic servlet and http servlet?
Explain the steps involved in placing a servlet within a package?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
What is servlet instance?
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?
Can servlet have a constructor ?
What is the use of servletconfig interface?