Answer Posted / sasmita
Servlet is a java class mainly handles Http request and
response from the web server. It acts as a controller for
receiving request from servers delegating to particular
model class and then forwarding a response by using
RequestDispatcher.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the exceptions thrown by servlets? Why?
What is string tokenizer?
What mechanisms are used by a Servlet Container to maintain session information?
What is api in servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What exception should be thrown when servlet is not properly initialized?
What is url encoding and url decoding
What are the steps involved in placing a servlet within a package?
Describe in brief RequestDespatcher?
What is servlet and its advantages?
Servlet is pure java object or not?
What is called a session?
What is a servlet-to-servlet communcation?
How can an existing session be invalidated?
Difference between httpservlet and generic servlets?