Top 100 Java Servlet Questions

1) Is it the “servlets” directory or the “servlet” directory?

Answer:

For Java Web Server:

2) How do I support both GET and POST protocol from the same Servlet?

Answer:


Source : http://www.javacodegeeks.com/2013/09/top-100-java-servlet-questions.html

Back to Top