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
Which textcomponent method is used to set a textcomponent to the read-only state?
What is difference between object state and behavior?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Write a program to show synchronization?
How messaging services are done, before release of JMS?
What are the services in RMI ?
which book is better for jdbc ,servlets and jsp
Difference between swing and awt?
Which component handles cluster communication in jboss?
Explain about local interfaces.
Is a class a subclass of itself?
What modifiers may be used with an inner class that is a member of an outer class?
What are the design considerations while making a choice between using interface and abstract class?
how do you Handle Front End Application data against DB with example?
what are the activation groupworks?