Answer Posted / sureshkumar
Servlet is a plat form independent webapplication component
which executes in the webserver and can handle the multiple
requests concurrently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which java framework is most popular?
request parameter how to find whether a parameter exists in the request object?
what do you understand by url rewriting?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is called servlet container?
What if you need to span your transaction across multiple servlet invocations?
How the servlet is loaded?
How do you get the ip address of the client in servlet?
How is an application exception handling is done using a servlet?
Why doesn’t a servlet include main()?
What are the steps that are involved in using the httpservlet class?
What are the objects involved when a servlet receives a call from client?
How servlets are deployed in java?
List out the difference between ServletConfig and ServletContext?
What are the benefits of using servlet over cgi?