What are the functions of Servlet container?
what is the advantage of using Servlets over CGI programming?
What are the classes and interfaces for servlets?
Why the container loads server at the application startup and how?
What is with the javax.servlet package naming?
Which method of the httpservletrequest object is used?
Describe some assignments that are executed by servlet container?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is meant by servlet? What are the parameters of the service method?
can we create more than ServletContext and ServletConfig in your application
Explain the difference between servlet and cgi?
what is servlet life cycle?