Answer Posted / ramareddy
A 'Servlet' is a Java programming language class used to
extend the capabilities of a server. Although servlets can
respond to any types of requests, they are commonly used to
extend the applications hosted by web servers, so they can
be thought of as Java Applets that run on servers instead of
in web browsers.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How will you pass values from HTML page to the servlet?
Whether thread can be used in servlets?
What are some disadvantages of storing session state in cookies?
What is a servlet?
What's the advantages using servlets than using cgi?
How can we implement a jsp page?
If some new data has entered the database, explain how can a servlet refresh automatically?
How do we share data using 'getservletcontext ()?
How to get the server information in a servlet?
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
Can we fetch the attributes related to a servlet on a different servlet?
How is an application exception handling is done using a servlet?
What is the difference between portlet and servlet?
What do you mean by deployment descriptor?
What are the kinds of http requests?