Google News
logo
Java Servlets - Interview Questions
What are the annotations used in Servlet 3?
The important 3 annotations used in the servlets are.
 
@WebServlet : for servlet class.
@WebListener : for listener class.
@WebFilter : for filter class.
Advertisement