Difference Between getRequest and PostRequest?
Answer Posted / bayareddy
GetRequest:combindly header & parameters goes to the
server,it carries below 250 characters only
PostRequest:headers & parameters are not combidly goes to
server, POST Request carries large amount of data,it carries
sensitive and large data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What method is invoked to cause an object to begin executing as a separate thread?
What’s jboss cache in short?
What are local interfaces? Describe.
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What are the benefits of detached objects?
Should synchronization primitives be used on bean methods?
What’s jboss jbpm?
What is clustering? What are the different algorithms used for clustering?
Why does the option tag render selected=selected instead of just selected?
Difference between new operator and class.forname().newinstance()?
What is aop(assepct oriented programing)?
Can I use javascript to submit a form?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
what is the use of State Factories?
which book is better for jdbc ,servlets and jsp