What are the annotations used in servlet 3?
Answer / Sandeep Kumar Gautam
Servlet 3 introduced several new annotations, including @WebServlet for configuring Servlets in the deployment descriptor without using the web.xml file; @WebFilter for creating filters; and @MultipartConfig for handling multipart requests with large files.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What's the use of servletcontext?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the benefits of using servlet over cgi?
how to make the IP address to .com
What are the type of protocols used in httpservlet?
Can you use javascript in servlets?
What's the difference between authentication and authorization?
Write a hello world program using servlets.
How can we invoke another servlet in a different application?
Is tomcat a servlet container?
Describe the phases of servlet lifecycle?