What is the default http method in the servlet?
Answer / Rishi Kumar Rai
The default HTTP method for a Servlet is GET. However, it can handle any HTTP method supported by the web browser or web server.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to notify an object in session when session is invalidated or timed-out?
What is httpservlet class?
How to pass JavaBeans data to JSP using Servlets?
Difference between java beans & servlets?
What is servlet in web technology?
what is the difference between do get/dopost
When servlet object is created?
How servlets can be automatically reloaded?
can we create more than ServletContext and ServletConfig in your application
What is servlet context ?
Can filter be used as request or response?
Explain in detail about applet to servlet communication?