Difference Between getRequest and PostRequest?
Answer Posted / poojadayal1989
get request:we are using get REQUEST for retriving request
from server.
Post Request:post request forward request to server
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What classes of exceptions may be caught by a catch clause?
What value does readline() return when it has reached the end of a file?
What is a modular application?
What is the difference between the string and stringbuffer classes?
Which class is the immediate superclass of the menucomponent class?
What is ripple effect?
Why a component architecture for the java platform?
What is a modular application? What does module-relative mean?
What is clustering? What are the different algorithms used for clustering?
Is the infobus client side only?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is local interface. How values will be passed?
Can I use multiple html form elements with the same name?
how i secure my site with the https protocol.what are the steps?
what are getters and setters in Java with examples?