What is the difference between Get and Post Method?
Answer Posted / sandeep kumar
Get method is faster then post method
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we upload the file to the server using servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
What's the difference between authentication and authorization?
Explain web container.
Define servlet mapping?
What methods do you use in servlet - applet communication?
What is meant by Servlet? What are the parameters of service method?
Which method of the httpservletrequest object is used?
If a servlet is not properly initialized, what exception may be thrown?
Can we override destroy method in servlet?
Can we fetch the attributes related to a servlet on a different servlet?
What are the type of protocols used in httpservlet?
What is Servlet API used for connecting database?
Which are the different ways you can communicate between servlets?
Is it good idea to create servlet constructor?