Danh mục

Java C10. Servlet

Số trang: 49      Loại file: ppt      Dung lượng: 4.00 KB      Lượt xem: 26      Lượt tải: 0    
tailieu_vip

Phí tải xuống: 18,000 VND Tải xuống file đầy đủ (49 trang) 0
Xem trước 5 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

The servlet is constructed, then initialized with theinit method. Any calls from clients to the service method arehandled. The servlet is taken out of service, then destroyedwith the destroy method, then garbage collectedand finalized.GenericServlet implements the Servlet andServletConfig interfaces. It provides simple versions of the lifecycle methodsinit and destroy and of the methods in theServletConfig interface.
Nội dung trích xuất từ tài liệu:
Java C10. Servlet

Tài liệu được xem nhiều: