When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
1108Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
1154Once 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?
1314
Can you use javascript in servlets?
Define the servlet mapping.
What are different Authentication options available in Servlets.
Why are http servlets used in programming?
Explain url encoding in servlet?
What is Servlets and explain the advantages of Servlet life cycle?
Explain the architechure of a servlet?
Why do we need servlet filter?
What is generic servlet class?
How does tomcat servlet container work?
How can you push data from an Applet to a Servlet?
What is the purpose of requestdispatcher interface?
Which interface should be implemented by all servlets?
Why do we have servlet wrapper classes?
How do we translate jsp?