Post New Answer View All Answers
What are the benefits of using servlet over cgi?
What is the purpose of requestdispatcher interface?
How can you push data from an Applet to a Servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Explain the steps involved in placing a servlet within a package?
Can servlet have a constructor ?
Why do we need a constructor in a servlet if we use the init method?
What is context in servlet?
What are all the ways for session tracking?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What are the type of protocols used in httpservlet?
Why servlet is used as controller ? Not JSP? I want complete explation?
What's the difference between servlets and applets?
Explain the custom jsp tags and the beans.
Whats the advantages using servlets over using CGI?