Основные три метода сервлетов:
init(ServletConfig config)
:
service(ServletRequest req, ServletResponse res)
:
doGet
, doPost
и т.д. на основе типа HTTP-метода.GenericServlet
и HttpServlet
занимается этим делегированием.destroy()
:
java
Основные три метода сервлетов:
init(ServletConfig config)
:
service(ServletRequest req, ServletResponse res)
:
doGet
, doPost
и т.д. на основе типа HTTP-метода.GenericServlet
и HttpServlet
занимается этим делегированием.destroy()
:
java
Register or sign in to get access to full answers for all questions from the question bank.