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
Can we get PrintWriter and ServletOutputStream both in a servlet?
Why do we need servlet filter?
What are the jobs performed by servlets?
What is called Scriptlet?
What is servlet invoker?
Explain url encoding in servlet?
How can we create deadlock situation in servlet?
How can we refresh automatically when new data is entered into the database?
Why are servlets used?
What is servlet instance?
What is the use of servlet wrapper classes?
What is load-on-startup in servlet?
What is the
Define servlet mapping?
What is the difference between using getSession(true) and getSession(false) methods?