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
What are sessions in servlets?
What is a web application and what is it’s directory structure?
how many jsp scripting elements are there and what are those?
what is multiple server?
What are the phases of servlet life cycle?
Elucidate servlet attributes and its scope?
What is the difference between servlet and filter?
What are the steps that are required to handle the multi-threading?
Explain the servlet context.
What is difference between get and post method?
What is the process to implement doget and dopost methods?
What’s the use of the servlet wrapper classes??
How do servlets work?
What is java servlet session?
Which http method is said to be non-idempotent and idempotent?