Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the annotations used in Servlet 3?
Home
Servlet
What are the annotations used in Servlet 3?
0
votes
asked
Apr 12, 2023
in
Servlet
by
rahuljain1
What are the annotations used in Servlet 3?
annotations
servlet
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 12, 2023
by
rahuljain1
There are mainly 3 annotations used for the servlet.
@WebServlet : for servlet class.
@WebListener : for listener class.
@WebFilter : for filter class.
...