What is the difference between Get and Post Method?
Answer Posted / habeeb
when get method is use to view data from database or simple
from client
post method is use to form client side sending data that data
will store into database
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
How can you start a jta transaction from a servlet deployed on jboss?
How to get the IP address of client in servlet?
What are the two important api's in for servlets?
What is string tokenizer?
What is servlet looping or chaining?
What is the use of httpservletresponsewrapper?
How can you use a servlet to generate a plain text instead of html?
What do you mean by singlethreadmodel interface?
What is http servlet in java?
Is it possible to have a constructor inside the servlet?
Explain how to improve Servlet Performance?
What is the servletconfig object?
What are the annotations used in servlet 3?
Why are http servlets used in programming?
how many jsp scripting elements are there and what are those?