The path of Java EE learning

Source: Internet
Author: User

What is a Servlet?

A servlet is a Java programming language class used to extend the capabilities of servers that host applications accessed By means of a request-response programming model. Although Servlets can respond to any type of request, they is commonly used to extend the applications hosted by Web Serv ERs. For such applications, Java servlet technology defines http-specific servlet classes.

The javax.servlet and javax.servlet.http packages provide interfaces and classes for writing Servlets. All Servlets must implement Servlet the interface, which defines lifecycle methods. When implementing a generic service, you can use or extend the GenericServlet class provided with the Java Servlet API. The HttpServlet class provides methods, such as doGet and doPost , for handling http-specific services.

The path of Java EE learning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.