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 is ripple effect?
Do we need to override service() method
What are the services in RMI ?
What is a class loader? What are the different class loaders used by jvm?
What is the difference between the string and stringbuffer classes?
What are the diff types of exception?
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 ..
how do you Handle Front End Application data against DB with example?
Which are the different segments of memory?
Why use a datasource when you can directly specify a connection details?
What is the relationship between local interfaces and container-managed relationships?
Can we sent objects using Sockets?
What is mdb and what is the special feature of that?
What is scalable, portability in the view of J2EE?
What is a session? Can you share a session object between different theads?