Explain the lifecycle of a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are cookies and how will you use them?
How is a servlet implemented in code?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
What is the purpose of inter-servlet communication?
Which exception is thrown if servlet is not initialized properly?
What do you mean by interservlet communication?
Can threads be used in Servelet?
Which HTTP method is non-idempotent?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
What is the difference between context parameter and context attribute?
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()?
What are the life cycle methods of the servlet?