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 is the use of java servlet api?
What are the advantages of cookies?
Elucidate servlet attributes and its scope?
What are the functions of Servlet container?
How can we perform any action at the time of deploying the project?
What’s the difference between forward() and sendredirect() methods?
How many servlet objects are created?
How to get the actual path of servlet in server?
What is webservlet?
Explain the working of service() method of a servlet.
Explain mvc pattern.
List the Different types of servlet?
Difference between java beans & servlets?
How can you run a servlet program?
What are the features added in Servlet 2.5?