Snippets tagged “servlets”
2 snippets use this tag.
- doGet and doPost in ServletsJava
doGet and doPost are methods of the javax.servlet.http.HttpServlet class that are used to handle HTTP GET and POST requests, respectively.
- What is the difference between JSF, Servlet and JSP?Java
JavaServer Faces (JSF) is a user interface (UI) framework for building web applications.