Pages
Home
java
MySQL
JDBC
hibernate
Servlets
JSP
Spring
Struts
Hadoop
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.
Newer Post
Older Post
Home