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 containers use a border layout as their default layout?
What is the relationship between local interfaces and container-managed relationships?
Explain the steps in details to load the server object dynamically?
What is the highest-level event class of the event-delegation model?
What is a sessionfactory? Is it a thread-safe object?
What are JTA/JTS and how they used by client?
What is bean? Where can it be used?
What are the difference between RMI and CORBA?
Are there books about seam?
how to use debug in my elipse to solve problems that exist in my project
What is in-memory replication?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is aop(assepct oriented programing)?
What is scalable, portability in the view of J2EE?
Where we can write Rmi registry in the code, without having to write it at the command prompt?