Science, asked by kashmir23141, 11 months ago

What are the annotations used in Servlet 3?

Answers

Answered by AgarwalSahb
0

Servlets - Annotations. So far, you have learnt how Servlet uses the deployment descriptor (web.xml file) for deploying your application into a web server. Servlet API 3.0 has introduced a new package called javax.servlet.annotation. It provides annotation types which can be used for annotating a servlet class.

Similar questions