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 to generate the server side programming and the advantages of it over the other languages?
What's the difference between authentication and authorization?
What are the functions of an intercepting filter?
What is the workflow of a servlet?
Can we override servlet service method?
Explain the steps involved in placing a servlet within a package?
What is http servlet? Explain with the help of an example.
Can we override destroy method in servlet?
What is the need of servlet filters?
How do I support both get and post from the same servlet?
How printwriter is different from servletoutputstream?
How to get the path of servlet in the server?
How can you use a servlet to generate a plain text instead of html?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Explain the differences between jsp and servlet.