Difference Between getRequest and PostRequest?
Answer Posted / sitaram
getrequest means before doing the work with request. This
is fully secure. PostRequest means after done the work take
the request. This is not secure.
For Example: suppose you are doing some updates in
production. first we need to managers approval. you are
doing work with managers approval. This is fully secure.
you aer done with out mangers approval. some times u can do
mistakes. This is not secure.
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
Is infobus easy to use?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
how do you Handle Front End Application data against DB with example?
Are there books about seam?
What are various types of class loaders used by jvm?
Which containers use a border layout as their default layout?
If your ui seems to freeze periodically, what might be a likely reason?
Difference between hashmap and hashtable?
What is the immediate superclass of the applet class?
What is the relation between the infobus and rmi?
Have you used threads in Servelet?
To identify IDL language what mapping mechanism is used?
What is the purpose of the wait() method?
How is a java object message delivered to a non-java client?
What event results from the clicking of a button?