What’s the difference between forward() and sendredirect() methods?
What is new in ServletRequest interface ? (Servlet 2.4)
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the different methods of session management in servlets?
Explain url encoding?
What is string tokenizer?
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 is the directory structure of a war file?
What is the difference between a generic servlet and http servlet?
Why HttpServlet class is declared abstract?
What is the life-cycle of servlets?
What is pure servlet?
What is meant by session? Tell me something about httpsession class?
What is a servlet context?
What is the use of java servlet api?