What are the different types of servlets?
Can you explain in detail 'javax.servlet' package?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
what is meant by servlet to servlet communication?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
What is the structure of the http response
What is called a session?
What is the advantage of Servlets when compared with other server side technologies?
Explain the difference between GET and POST methods?
Why servlet is used as controller ? Not JSP? I want complete explation?
What’s the difference between sendredirect and forward methods
What are the different session tracking techniques?
Why doesn’t a servlet include main()? How does it work?