In Servlets 3.0 we have to import the annotations package. So i want to know which are classes and interfaces??
import javax.servlet.annotation.WebServlet;
What is here servlet, annotation and WebServlet a class or interface in the javax package?
Thanks
No comments:
Post a Comment