Distinguish between
HttpServlet request and httpservlet response
Answers
Answered by
0
Explanation:
Heidi ieyeiuyu has the most beautiful and most famous
Answered by
0
Explanation:
ServletRequest provides basic setter and getter methods for requesting a Servlet, but it doesn't specify how to communicate. HttpServletRequest extends the Interface with getters for HTTP-communication (which is of course the most common way for communicating since Servlets mostly generate HTML).
Similar questions