Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请告诉我 Http Servlet 和 Generic Servlet 之间的区别?
主要区别在于 GenericServlet 是一个通用的、独立于协议的 servlet。HttpServlet 仅适用于基于 HTTP 的 servlet