In sub class of HttpServlet overridden doPost() method ,a request method=”GET” which method will execute ?


Ans:
-It will result in HTTP 405 error.
-it is not overridden in doGet() method
it throws MethodNotSupportedException.